fix #147 - loading icon above search results
This commit is contained in:
parent
adca7db4fe
commit
579a1f9f77
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue