Skip to content

Commit

Permalink
Fix: saadeghi#1384 (visible scrollbar in drawer-end animation)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 23, 2022
1 parent 80d7d6c commit b43e435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/drawer.css
Expand Up @@ -38,7 +38,7 @@
}
&:checked {
& ~ .drawer-side {
@apply overflow-y-auto;
@apply overflow-y-auto overflow-x-hidden isolate;
& > .drawer-overlay {
@apply visible;
}
Expand Down

0 comments on commit b43e435

Please sign in to comment.