We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487c2e1 commit 0910142Copy full SHA for 0910142
css-overflow-3/Overview.bs
@@ -489,6 +489,11 @@ Overflow Viewport Propagation
489
The element from which the value is propagated must then have
490
a used 'overflow' value of ''overflow/visible''.
491
492
+ The overflow values are not propagated to the viewport if no boxes are
493
+ generated for the element whose overflow values
494
+ would be used for the viewport (for example, if the root element has
495
+ display: none).
496
+
497
If ''overflow/visible'' is applied to the viewport,
498
it must be interpreted as ''overflow/auto''.
499
If ''overflow/clip'' is applied to the viewport,
0 commit comments