fix #147 - loading icon above search results

This commit is contained in:
Felix Niklas 2015-10-19 11:57:15 +02:00
parent adca7db4fe
commit 579a1f9f77

View file

@ -2424,7 +2424,7 @@ footer {
Safari font rendering bugfix while animating Safari font rendering bugfix while animating
http://stackoverflow.com/questions/9733011/safari-changing-font-weights-when-unrelated-animations-are-running 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; position: relative;
} }
@ -2642,7 +2642,7 @@ footer {
top: 53px; top: 53px;
z-index: 900; z-index: 900;
display: none; display: none;
overflow: scroll; overflow: auto;
} }
.search.open .custom-dropdown-menu { .search.open .custom-dropdown-menu {