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