Skip to content

Commit

Permalink
Make the sidenav content padded for custom toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 25, 2024
1 parent b3515f1 commit b8e5783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/app/layout/layout.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@
width: calc(env(titlebar-area-width, 100%) - 210px);
z-index: 10000;
}

mat-sidenav-content {
padding-top: env(titlebar-area-height);
}
}

.title-bar {
Expand Down

0 comments on commit b8e5783

Please sign in to comment.