mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 05:26:15 +02:00
🐛 Fix hidden toolbar click event still available
This commit is contained in:
parent
e01dfd76e8
commit
3eb332f3d0
2 changed files with 4 additions and 0 deletions
|
@ -41,8 +41,10 @@
|
|||
z-index: $z-index-1;
|
||||
border-radius: 0 0 $s-8 $s-8;
|
||||
border-block-start: 0;
|
||||
|
||||
.main-toolbar-options {
|
||||
opacity: $op-0;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -53,6 +55,7 @@
|
|||
margin: 0;
|
||||
opacity: $op-10;
|
||||
transition: opacity 0.3s ease;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue