diff --git a/resources/assets/stylesheets/scss/quicksearch.scss b/resources/assets/stylesheets/scss/quicksearch.scss
index 8a80b8ada3104096ba4a6694c5fbc8037dceb68c..b82690e34bb9765029a5e81ced09b8442d26cf2e 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;