mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00: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
@ -1155,7 +1155,7 @@ input[type=range]:focus::-ms-fill-upper {
|
|||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
top: 16px;
|
top: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
z-index: 13;
|
z-index: 1005;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user