navbar_search: Adjust z-index to keep collpased search clickable.

This commit is contained in:
Karl Stolley
2025-02-26 15:05:52 -06:00
committed by Tim Abbott
parent 34cd1e2c27
commit 51eb43b830

View File

@@ -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 {