Skip to content

Commit

Permalink
Fix: drawer-content overflow when there's a table. closes: #2262 cl…
Browse files Browse the repository at this point in the history
…oses: #1914
  • Loading branch information
saadeghi committed Nov 30, 2023
1 parent b7d7a06 commit 206b207
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 @@ -2,7 +2,7 @@
@apply relative grid;
grid-auto-columns: max-content auto;
&-content {
@apply col-start-2 row-start-1;
@apply col-start-2 row-start-1 min-w-0;
}
&-side {
@apply pointer-events-none fixed start-0 top-0 col-start-1 row-start-1 grid w-full grid-cols-1 grid-rows-1 items-start justify-items-start overflow-y-auto overscroll-contain;
Expand Down

0 comments on commit 206b207

Please sign in to comment.