kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged modal  ✕
Dialog, Modal, Popover : la synthèse - Alsacreations https://www.alsacreations.com/article/lire/1922-dialog-modal-popover-la-synthese.html
09/02/2024 23:06:35
html modal dialog
html - Can't scroll to top of flex item that is overflowing container - Stack Overflow https://stackoverflow.com/a/33455342/2086437
21/02/2018 13:11:01

Attention quand vous faites une modale centrée horizontalement et verticalement avec Flexbox. Si le contenu de la modale est plus grand que le container, le centrage va tronquer le contenu.

L'astuce est d'appliquer ce CSS sur les flex items :

.your-flex-items {
  margin-top: auto;
  margin-bottom: auto;
}

En principe, un simple margin: auto devrait fonctionner mais ça a causé des bugs avec IE chez moi. D'ailleurs pour que ça fonctionne correctement avec IE (voir les commentaires en dessous du post), il faut appliquer align-items: flex-start au lieu de center sur le container.

flexbox css ie modal centrer
Dark patterns with the HTML 5.2 <dialog> tag and Chrome for fun and profit https://hackernoon.com/dark-patterns-with-the-html-5-2-dialog-tag-and-chrome-for-fun-and-profit-249ce092d200
14/02/2018 09:25:03

Des soucis à venir avec le nouvelle élément HTML <dialog>.

html dialog modal hack
A brief look at HTML 5.2 Dialog | Kenan Yusuf https://kyusuf.com/post/a-brief-look-at-html-dialog
23/01/2018 11:57:40

C'est pas encore pour tout de suite mais si vous voulez jeter un coup d'oeil sur l'élément HTML <dialog> c'est par ici.

Pour l'instant, ça ne marche dans Firefox qu'avec un flag about:config spécifique activé.

dialog popup modal html
3869 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn