mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 07:36:13 +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
|
@ -15,6 +15,7 @@
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
- Remove unnecesary redirect from history when user goes to workspace from dashboard [Taiga 1820](https://tree.taiga.io/project/penpot/issue/1820).
|
- Remove unnecesary redirect from history when user goes to workspace from dashboard [Taiga 1820](https://tree.taiga.io/project/penpot/issue/1820).
|
||||||
|
- Fix tooltip position on view application [Taiga 1819](https://tree.taiga.io/project/penpot/issue/1819).
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
### :boom: Breaking changes
|
### :boom: Breaking changes
|
||||||
|
|
|
@ -968,7 +968,7 @@ input[type=range]:focus::-ms-fill-upper {
|
||||||
&.tooltip-bottom {
|
&.tooltip-bottom {
|
||||||
&:hover {
|
&:hover {
|
||||||
&::after {
|
&::after {
|
||||||
left: -100%;
|
left: -20%;
|
||||||
top: 130%;
|
top: 130%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue