Fix: #1384 (visible scrollbar in drawer-end animation)

This commit is contained in:
Pouya Saadeghi 2022-11-23 21:31:43 +03:00
parent 0b28dcfc97
commit ced3ae9b3e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
}
&:checked {
& ~ .drawer-side {
@apply overflow-y-auto;
@apply overflow-y-auto overflow-x-hidden isolate;
& > .drawer-overlay {
@apply visible;
}