Skip to content

Commit

Permalink
fix: #2622 drawer-end makes horizontal scrollbar permanently visible (#…
Browse files Browse the repository at this point in the history
…2630)

* fix: #2622 drawer-end makes horizontal scrollbar permanently visible

+ Updated src/components/styled/drawer.css to add overflow-hidden

* chore: use overflow-x-hidden instead of overflow-hidden to drawer component
  • Loading branch information
binjuhor committed Feb 12, 2024
1 parent e993951 commit a795f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/styled/drawer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.drawer {
width: 100%;
&-side {
@apply overflow-x-hidden;
& > .drawer-overlay {
@apply cursor-pointer bg-transparent transition-colors duration-200 ease-out;
}
Expand Down

0 comments on commit a795f48

Please sign in to comment.