Closed seanaery closed 7 months ago
…tive group toggle. Fixes #1518.
The .navbar-search is currently getting a z-index: 1 from upstream blacklight here: https://github.com/projectblacklight/blacklight/blob/main/app/assets/stylesheets/blacklight/_header.scss#L25
.navbar-search
z-index: 1
That ties the z-index: 1 set on the active elements in the search-widgets section, and because those appear later they take precedence.
search-widgets
…tive group toggle. Fixes #1518.
Rationale
The
.navbar-search
is currently getting az-index: 1
from upstream blacklight here: https://github.com/projectblacklight/blacklight/blob/main/app/assets/stylesheets/blacklight/_header.scss#L25That ties the
z-index: 1
set on the active elements in thesearch-widgets
section, and because those appear later they take precedence.