We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e25a3 commit 7a4ff20Copy full SHA for 7a4ff20
1 file changed
css-containment/Overview.bs
@@ -148,6 +148,12 @@ Layout Containment</h3>
148
if the containing element is off-screen or obscured,
149
the layout of its contents can be delayed or done at a lower priority.
150
151
+ Issue: This actually requires <a>paint containment</a> as well,
152
+ since an abspos or negative-margin element can protrude out
153
+ and cause a scrollbar to appear on a containing element,
154
+ thus affecting layout.
155
+ This isn't an issue with overlay scrollbars.
156
+
157
3. When laying out the page,
158
the contents of separate containing elements
159
can be laid out in parallel,
0 commit comments