(docs/other-components) Fixed: Weird mat-drawer issue

This commit is contained in:
sercan 2021-09-06 22:52:41 +03:00
parent 3ddd7e4533
commit c25610ee4e

View File

@ -4,7 +4,7 @@
<!-- Drawer -->
<mat-drawer
class="w-60 dark:bg-gray-900"
class="flex w-60 min-w-60 dark:bg-gray-900"
[autoFocus]="false"
[mode]="drawerMode"
[opened]="drawerOpened"