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 {