Skip to content

Commit

Permalink
fix: #1438
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 15, 2022
1 parent c550f33 commit efacaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@apply z-0 col-start-1 row-start-1 overflow-y-auto;
}
& ~ .drawer-side {
@apply col-start-1 row-start-1 grid max-h-screen;
@apply col-start-1 row-start-1 grid max-h-screen overflow-x-hidden;
& > .drawer-overlay {
@apply invisible col-start-1 row-start-1 opacity-0;
}
Expand Down

0 comments on commit efacaf8

Please sign in to comment.