From 3982dc517f7b7734074094ec301207e9239be304 Mon Sep 17 00:00:00 2001
From: Rasmus Fuhse <fuhse@data-quest.de>
Date: Tue, 4 Oct 2022 08:38:41 +0000
Subject: [PATCH] =?UTF-8?q?Resolve=20"Ank=C3=BCndigungen:=20Layout-Fehler?=
 =?UTF-8?q?=20bei=20den=20Dropdowns=20im=20Dialog"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #1363

Merge request studip/studip!1049
---
 resources/assets/stylesheets/scss/quicksearch.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/assets/stylesheets/scss/quicksearch.scss b/resources/assets/stylesheets/scss/quicksearch.scss
index 8a80b8ada31..b82690e34bb 100644
--- a/resources/assets/stylesheets/scss/quicksearch.scss
+++ b/resources/assets/stylesheets/scss/quicksearch.scss
@@ -101,13 +101,13 @@ div.quicksearch_frame {
         overflow: visible;
         position: relative;
         top: 31px;
+        z-index: 99999;
 
         .autocomplete__results {
             list-style-type: none;
             padding: 1px;
             border: 1px solid $light-gray-color-40;
             background-color: $white;
-            z-index: 99999;
             max-height: 275px;
             width: 600px;
             overflow-x: auto;
-- 
GitLab