🐛 Fix tooltip positioning on view application.

This commit is contained in:
Andrey Antukh 2021-06-17 08:16:03 +02:00 committed by Andrés Moya
parent a8523f41b3
commit a1ad6ca289
2 changed files with 2 additions and 1 deletions

View file

@ -968,7 +968,7 @@ input[type=range]:focus::-ms-fill-upper {
&.tooltip-bottom {
&:hover {
&::after {
left: -100%;
left: -20%;
top: 130%;
}
}