Skip to content

Commit

Permalink
docs(app-shell): add comments for navigation z index
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahitya committed Dec 11, 2024
1 parent 1e8a16d commit 6d916e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/components/src/app-shell/app-shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,10 @@ nav.navigation {
border-right: 0;
position: fixed;
background-color: var(--mdc-theme-background);
z-index: var(--cv-app-shell-navigation-z-index, 2);
z-index: var(
--cv-app-shell-navigation-z-index,
2
); // must be greater than --cv-app-shell-user-menu-z-index

.toggle-drawer {
margin: 8px auto;
Expand Down

0 comments on commit 6d916e9

Please sign in to comment.