From 1809b1c209e2a3c37c91666fea65c340a5002f97 Mon Sep 17 00:00:00 2001 From: Dusan Vuckovic Date: Mon, 23 Sep 2024 11:06:46 +0200 Subject: [PATCH] Maintenance: Fix issue with clue modal positioniong on the screen. --- app/assets/stylesheets/zammad.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index b9ff35ce2c3f..f22085d71d17 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -2987,10 +2987,11 @@ input.has-error { } .modal--clue { + @extend .zIndex-6; + display: flex; align-items: center; justify-content: center; - z-index: 500; .modal-backdrop { bottom: 0; @@ -9418,7 +9419,7 @@ li.list-item-none { .dropdown-menu > li > a.is-hovered { color: var(--text-inverted); text-decoration: none; - background-color: var(--background-secondary-hover); + background: var(--menu-background-active); } .dropdown-menu .badge--text {