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:
parent
c90af362b3
commit
79963d1eab
4 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
@import "refactor/common-refactor.scss";
|
||||
|
||||
.main-toolbar {
|
||||
cursor: initial;
|
||||
position: absolute;
|
||||
top: $s-28;
|
||||
left: calc(50% - $s-160);
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
height: $s-48;
|
||||
margin-left: -50%;
|
||||
padding: $s-8;
|
||||
cursor: initial;
|
||||
pointer-events: initial;
|
||||
width: $s-512;
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
@import "refactor/common-refactor.scss";
|
||||
|
||||
.sub-actions {
|
||||
cursor: initial;
|
||||
pointer-events: initial;
|
||||
position: absolute;
|
||||
top: $s-12;
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
height: $s-48;
|
||||
margin-left: -50%;
|
||||
padding: $s-8;
|
||||
cursor: initial;
|
||||
pointer-events: initial;
|
||||
width: $s-400;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue