Open
Bug 1761049
Opened 3 years ago
Updated 3 years ago
[css-overscroll] Whether to move position:fixed elements during overscrolling
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: mozilla-apprentice, Unassigned)
References
(Depends on 1 open bug)
Details
Resolutions were made for csswg-drafts/#6299.
[css-overscroll] Whether to move position:fixed elements during overscrolling
- RESOLVED: fixed-position elements whose scroller is not their containing block do not participate in overscroll
- RESOLVED: the former statement also applies to sticky element when stuck
Comment 1•3 years ago
|
||
Changing the behaviour for position:fixed
is tracked in bug 1760368.
position:sticky
has always been subject to overscroll in our implementation and changing that may be trickier.
Depends on: 1760368
Comment 2•3 years ago
|
||
(In reply to Botond Ballo [:botond] from comment #1)
position:sticky
has always been subject to overscroll in our implementation and changing that may be trickier.
Filed bug 1772626 for position:sticky
.
You need to log in
before you can comment on or make changes to this bug.
Description
•