Fix neo slider z-fighting in Firefox

This commit is contained in:
Cohee 2023-11-07 17:03:49 +02:00
parent 2639548bdb
commit 94cf4699e6
1 changed files with 1 additions and 0 deletions

View File

@ -2333,6 +2333,7 @@ input[type="checkbox"]:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button
background-repeat: no-repeat !important;
box-shadow: inset 0 0 2px var(--black50a) !important;
cursor: ew-resize !important;
z-index: 1;
}
.range-block-range {