Skip to content

Commit

Permalink
docs(component-showcase): fix z-index issues (#2024)
Browse files Browse the repository at this point in the history
As found out in the review today, the navbar flyout is behind the
headline underline of the general Storybook content in some browsers
(e.g. Chrome).


![image](https://github.com/user-attachments/assets/2b4ebbd6-f10c-41ec-9ec8-42de372d4408)
  • Loading branch information
larsrickert authored Oct 30, 2024
1 parent e5480e3 commit b6ac7bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ const teamMembers = [
.parent {
container-type: inline-size;
z-index: var(--onyx-z-index-app-overlay);
position: relative;
}
.showcase {
Expand Down

0 comments on commit b6ac7bd

Please sign in to comment.