Skip to content

Commit

Permalink
fix(navigations): z-index-issues (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
  • Loading branch information
SisIvanova and simeonoff authored May 10, 2022
1 parent 06b6878 commit 299ec68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/nav-drawer/styles/nav-drawer.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
position: relative;
width: fit-content;
box-shadow: none;
z-index: initial;
}

[part='overlay'] {
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar/themes/light/navbar.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
color: contrast-color(primary, 600);
box-shadow: var(--igc-elevation-4);
font-family: var(--igc-font-family);
z-index: 4;
}

[part='base'] {
Expand All @@ -20,7 +21,6 @@
flex-grow: 1;
align-items: center;
overflow: hidden;
z-index: 4;
}

[part='middle'] {
Expand Down

0 comments on commit 299ec68

Please sign in to comment.