From 59e203fd52b7cfd75a3bb29ae896f15953bbac3b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 7 Sep 2021 12:19:05 +0200 Subject: [PATCH] :bug: Fix messages z-index issue. Happens when modals and messages are visible in the same time. --- frontend/resources/styles/common/framework.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index 3e76b8e62..3f542ceef 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -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;