Limit slider bubble position to its track
This commit is contained in:
parent
c4824abfb0
commit
e13e6f38d5
2 changed files with 7 additions and 2 deletions
|
@ -227,7 +227,7 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
transform: translate3d(-48%, -120%, 0);
|
||||
transform: translate3d(-50%, -120%, 0);
|
||||
background: #282828;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue