mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 01:26:38 +02:00
🐛 Fix tooltip positioning.
This commit is contained in:
parent
a1ad6ca289
commit
16b5bb595c
3 changed files with 55 additions and 65 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue