Fix neo-slider position in Firefox

b85d026a748c55a855ce933858e0d1953742e609

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

1 files changed, +8 -2Ignore whitespace
public/style.css+8 -2
@@ -4180,8 +4180,14 @@ input[type='checkbox'].del_checkbox {
41804180 background-repeat: no-repeat !important;
41814181 box-shadow: inset 0 0 2px var(--black50a) !important;
41824182 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;
41854191}
41864192
41874193.neo-range-slider:hover,