Fix slider bubble position
This commit is contained in:
parent
c44b94a7b7
commit
20a20ff9d1
2 changed files with 16 additions and 2 deletions
|
@ -220,6 +220,13 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
.sliderBubbleTrack {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 0.54em; /* half of slider thumb size */
|
||||
}
|
||||
|
||||
.sliderBubble {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue