You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2022. It is now read-only.
When an element inside
<details-dialog>is longer than the dialog, it results in a scroll on the dialog which isn't ideal:overflow-auto.mov
This can be reproduced in the
Dialog with <include-fragment>example: https://github.github.io/details-dialog-element/example/index.htmlScreen.Recording.2022-03-16.at.2.36.28.PM.mov
The cause can be narrowed down to a
overflow:autoindex.css#L12Removing that line, does make it behave nicely. But, I'm not sure what would break instead OR if there are any tradeoffs.
without-overflow-auto.mov
More screenshots via @dipree:
