mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
(docs/fuse-components) Fixed: Weird mat-drawer issue
This commit is contained in:
parent
c21c362b84
commit
3ddd7e4533
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<!-- Drawer -->
|
<!-- Drawer -->
|
||||||
<mat-drawer
|
<mat-drawer
|
||||||
class="w-60 dark:bg-gray-900"
|
class="flex w-60 min-w-60 dark:bg-gray-900"
|
||||||
[autoFocus]="false"
|
[autoFocus]="false"
|
||||||
[mode]="drawerMode"
|
[mode]="drawerMode"
|
||||||
[opened]="drawerOpened"
|
[opened]="drawerOpened"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user