Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

seanaery
Copy link
Contributor

…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

@corylown corylown self-requested a review March 13, 2024 20:54
@corylown corylown merged commit fb88b90 into main Mar 13, 2024
4 checks passed
@corylown corylown deleted the 1518-bugfix-navbar-z-index branch March 13, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autosuggest dropdown overlaps active group by toggle
2 participants