We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b08f7 commit 2ce79a6Copy full SHA for 2ce79a6
css-overflow-3/Overview.bs
@@ -658,6 +658,11 @@ Overflow Viewport Propagation</h3>
658
this special handling of the HTML <{body}> element.
659
See the [[CSS-CONTAIN-1#contain-property]] for details.
660
661
+ Note: ''overflow: hidden'' on the root element
662
+ might not clip everything outside the [=Initial Containing Block=]
663
+ if the ICB is smaller than the viewport,
664
+ which can happen on mobile.
665
+
666
If ''overflow/visible'' is applied to the viewport,
667
it must be interpreted as ''overflow/auto''.
668
If ''overflow/clip'' is applied to the viewport,
0 commit comments