🐛 Fix messages z-index issue.

Happens when modals and messages are visible
in the same time.
This commit is contained in:
Andrey Antukh
2021-09-07 12:19:05 +02:00
committed by Andrés Moya
parent 7e0c097f23
commit 59e203fd52

View File

@@ -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;