mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 10:22:45 +02:00
🐛 Fix tooltip positioning on view application.
This commit is contained in:
parent
a8523f41b3
commit
a1ad6ca289
2 changed files with 2 additions and 1 deletions
|
@ -968,7 +968,7 @@ input[type=range]:focus::-ms-fill-upper {
|
|||
&.tooltip-bottom {
|
||||
&:hover {
|
||||
&::after {
|
||||
left: -100%;
|
||||
left: -20%;
|
||||
top: 130%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue