-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
See this line
bootstrap/dist/css/bootstrap-reboot.css
Line 27 in 8f7bd41
| article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { |
It seems that this is causing the contents of the <dialog>...</dialog> to be rendered when the page is loaded. If bootstrap is not used, it will hide the contents until myDialog.showModal() is called.
Reactions are currently unavailable