Fix: `drawer-content` overflow when there's a table. closes: #2262 #1914

This commit is contained in:
Pouya Saadeghi 2023-11-28 20:13:10 +03:30
parent 4e54b4b036
commit 1c7e78666d
1 changed files with 1 additions and 1 deletions

View File

@ -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 overflow-x-auto;
}
&-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;