🐛 Fix tooltip positioning.

This commit is contained in:
Andrey Antukh 2021-06-17 08:38:56 +02:00 committed by Andrés Moya
parent a1ad6ca289
commit 16b5bb595c
3 changed files with 55 additions and 65 deletions

View file

@ -965,16 +965,8 @@ input[type=range]:focus::-ms-fill-upper {
}
}
// the default is the `right`
&.tooltip-bottom {
&:hover {
&::after {
left: -20%;
top: 130%;
}
}
}
&.tooltip-bottom-right {
&:hover {
&::after {
left: 0;