Fix slider bubble position

This commit is contained in:
Dmitry Lyzo 2020-02-08 20:04:39 +03:00
parent c44b94a7b7
commit 20a20ff9d1
2 changed files with 16 additions and 2 deletions

View file

@ -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;