From 579a1f9f77f968b6fb684acf5bfa6d30f39b39ad Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 19 Oct 2015 11:57:15 +0200 Subject: [PATCH] fix #147 - loading icon above search results --- app/assets/stylesheets/zammad.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index b98ce3df1..f387b61b6 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -2424,7 +2424,7 @@ footer { Safari font rendering bugfix while animating http://stackoverflow.com/questions/9733011/safari-changing-font-weights-when-unrelated-animations-are-running */ - z-index: 60000; + z-index: 899; // stay beneath #global-search-results position: relative; } @@ -2642,7 +2642,7 @@ footer { top: 53px; z-index: 900; display: none; - overflow: scroll; + overflow: auto; } .search.open .custom-dropdown-menu {