mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix messages z-index issue.
Happens when modals and messages are visible in the same time.
This commit is contained in:
committed by
Andrés Moya
parent
7e0c097f23
commit
59e203fd52
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user