mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
navbar_search: Adjust z-index to keep collpased search clickable.
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
/* We bump the z-index to keep the search box
|
||||
clickable despite position-based layout
|
||||
adjustments. */
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.search_icon {
|
||||
|
||||
Reference in New Issue
Block a user