Fix neo-slider position in Firefox

b85d026a748c55a855ce933858e0d1953742e609

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +8 -2Showing whitespace changes
public/style.css+8 -2
@@ -4180,8 +4180,14 @@ input[type='checkbox'].del_checkbox {
4180 background-repeat: no-repeat !important;4180 background-repeat: no-repeat !important;
4181 box-shadow: inset 0 0 2px var(--black50a) !important;4181 box-shadow: inset 0 0 2px var(--black50a) !important;
4182 cursor: ew-resize !important;4182 cursor: ew-resize !important;
4183 /* Causes the slider to linger for one frame when switching drawers */4183}
4184 /* z-index: 1; */4184
4185/*
4186 * Setting a z-index will allow scrollbar to display properly in Firefox,
4187 * while constraining to open drawers fixes a single frame linger in Chrome.
4188 */
4189.drawer-content.openDrawer .neo-range-slider {
4190 z-index: 1;
4185}4191}
41864192
4187.neo-range-slider:hover,4193.neo-range-slider:hover,