Fix vertical position of slider progress bar
This commit is contained in:
@@ -158,7 +158,6 @@
|
||||
.mdl-slider-background-flex-container {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin-top: -0.05em;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
@@ -168,7 +167,7 @@
|
||||
.mdl-slider-background-flex {
|
||||
background: #333;
|
||||
height: 0.2em;
|
||||
margin-top: -0.08em;
|
||||
margin-top: -0.1em;
|
||||
width: 100%;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user