Skip to content

Commit

Permalink
fix(nav-drawer): fix incorrect items size.
Browse files Browse the repository at this point in the history
  • Loading branch information
desig9stein committed May 17, 2024
1 parent acb6b9a commit 26800dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/nav-drawer/themes/container.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@
[part~='mini'] {
width: var(--menu-mini-width);
}

[part='main'], [part='base'] {
[part='base'] {
width: var(--menu-full-width);
}

[part='main'] {
width: 100%;
}

[part='overlay'] {
position: fixed;
Expand Down

0 comments on commit 26800dd

Please sign in to comment.