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

Fix a styling issue in the AuMainHeader component #503

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

Windvis
Copy link
Contributor

@Windvis Windvis commented Jul 31, 2024

There are some elements that are also using the alpha z-index, which causes issues if elements inside the main header escape its boundaries (for example dropdowns, or drop shadows). By setting it to the beta value, things should work as expected.

Closes #386

There are some elements that are also using the alpha z-index, which causes issues if elements inside the main header escape its boundaries (for example dropdowns, or drop shadows). By setting it to the beta value, things should work as expected.
@Windvis Windvis added the bug Used when the PR fixes a bug included in a previous release. label Jul 31, 2024
@Windvis Windvis changed the title Increase the z-index of the main-header component Fix a styling issue in the AuMainHeader component Jul 31, 2024
@Windvis Windvis merged commit d6eb7b4 into master Jul 31, 2024
8 checks passed
@Windvis Windvis deleted the fix-main-header-z-index branch July 31, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used when the PR fixes a bug included in a previous release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AuDropdown in header hidden by data table
1 participant