Skip to content

Commit 2348ae0

Browse files
committed
Move z-index ordering
1 parent 1f96d45 commit 2348ae0

File tree

1 file changed

+2
-1
lines changed
  • components/dash-core-components/src/components/css

1 file changed

+2
-1
lines changed

components/dash-core-components/src/components/css/sliders.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
}
5151

5252
.dash-slider-thumb {
53+
position: relative;
54+
z-index: 1;
5355
display: block;
5456
width: 16px;
5557
height: 16px;
@@ -172,7 +174,6 @@
172174
.dash-slider-wrapper {
173175
flex: 1;
174176
min-width: 0;
175-
z-index: 1;
176177
}
177178

178179
.dash-range-slider-inputs {

0 commit comments

Comments
 (0)