Skip to content

Commit

Permalink
fix: fix width issue of side nav
Browse files Browse the repository at this point in the history
  • Loading branch information
andy23512 committed May 24, 2024
1 parent 89821ce commit 896bcfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/nav/nav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[mode]="(isHandset$ | async) ? 'over' : 'side'"
[opened]="(isHandset$ | async) === false"
data-style-dense
autosize
>
<header class="sticky top-0 z-10 shadow">
<mat-toolbar class="sticky top-0 z-10 !bg-gray-450 !p-0">
Expand Down

0 comments on commit 896bcfa

Please sign in to comment.