Skip to content

Commit

Permalink
Fix: #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 0b28dcf commit ced3ae9
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 ced3ae9

Please sign in to comment.