Skip to content

Commit

Permalink
Add autosize prop to mat-sidenav-container
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker committed Mar 14, 2024
1 parent 24f4e5f commit 664ffbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const removeSchemaKeywords = (path: string) => {
template: `
<mat-sidenav-container
[ngStyle]="{ display: hidden ? 'none' : '' }"
autosize="true"
class="container"
>
<mat-sidenav mode="side" opened>
Expand Down

0 comments on commit 664ffbf

Please sign in to comment.