mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix messages z-index issue.
Happens when modals and messages are visible in the same time.
This commit is contained in:
parent
7e0c097f23
commit
59e203fd52
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ input[type=range]:focus::-ms-fill-upper {
|
|||
padding-left: 16px;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
z-index: 13;
|
||||
z-index: 1005;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue