| 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 | } |
| 4186 | | 4192 | |
| 4187 | .neo-range-slider:hover, | 4193 | .neo-range-slider:hover, |