Closed
Bug 1841723
Opened 2 years ago
Closed 2 years ago
Styling (Z-index? )of slider looks bad and is different from what Chrome renders
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1663819
People
(Reporter: mayankleoboy1, Unassigned)
References
()
Details
Attachments
(1 file)
39.93 KB,
text/plain
|
Details |
Go to https://codepen.io/jkantner/pen/WNroZZV
AR: Notice that the slider button is behind the slider line.
ER: The button should definitely be in front of the slider
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Updated•2 years ago
|
Summary: Styling of slider looks bad and is different from what Chrome renders → Styling (Z-index? )of slider looks bad and is different from what Chrome renders
Reporter | ||
Updated•2 years ago
|
Component: DOM: Forms → Layout
Reporter | ||
Comment 2•2 years ago
|
||
potential regressors: bug 1256980, bug 1649197, bug 1645046
Comment 3•2 years ago
|
||
https://searchfox.org/mozilla-central/rev/217cc028cb388d786e564a765df90669358616ad/layout/style/res/forms.css#836 forces the position of the thumb to be static so z-index doesn't work on it. Basically bug 1663819.
You need to log in
before you can comment on or make changes to this bug.
Description
•