diff --git a/web/styles/search.css b/web/styles/search.css index 6871d57503..2ddd6b491a 100644 --- a/web/styles/search.css +++ b/web/styles/search.css @@ -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 {