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 4c785f3 commit 4c158e4Copy full SHA for 4c158e4
css-position-3/Overview.bs
@@ -266,7 +266,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
266
<dd>
267
Same as ''absolute'',
268
except the box is positioned and sized relative to a [=fixed positioning containing block=]
269
- (the [=viewport=] in [=continuous media=], or the [=page area=] in [=paged media=]).
+ (usually the [=viewport=] in [=continuous media=], or the [=page area=] in [=paged media=]).
270
The box’s position is fixed with respect to this reference rectangle:
271
it does not move when the document is scrolled,
272
and is replicated on every page when it is paginated.
0 commit comments