0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix problem with cursor disapeering on top toolbar

This commit is contained in:
alonso.torres 2024-02-02 13:57:34 +01:00 committed by Andrey Antukh
parent c90af362b3
commit 79963d1eab
4 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@
@import "refactor/common-refactor.scss";
.main-toolbar {
cursor: initial;
position: absolute;
top: $s-28;
left: calc(50% - $s-160);

View file

@ -125,6 +125,7 @@
height: $s-48;
margin-left: -50%;
padding: $s-8;
cursor: initial;
pointer-events: initial;
width: $s-512;
}

View file

@ -7,6 +7,7 @@
@import "refactor/common-refactor.scss";
.sub-actions {
cursor: initial;
pointer-events: initial;
position: absolute;
top: $s-12;

View file

@ -22,6 +22,7 @@
height: $s-48;
margin-left: -50%;
padding: $s-8;
cursor: initial;
pointer-events: initial;
width: $s-400;
}