projectblacklight / arclight

A Rails engine supporting discovery of archival material
https://samvera.atlassian.net/wiki/spaces/samvera/pages/405211890/ArcLight
Other
39 stars 25 forks source link

Bugfix: increase navbar z-index so autosuggest options appear over ac… #1519

Closed seanaery closed 7 months ago

seanaery commented 7 months ago

…tive group toggle. Fixes #1518.

Rationale

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

That ties the z-index: 1 set on the active elements in the search-widgets section, and because those appear later they take precedence.

Screenshot 2024-03-13 at 4 15 24 PM Screenshot 2024-03-13 at 4 15 16 PM