Temporary undo drawer content overflow because it's causing an issue

This commit is contained in:
Pouya Saadeghi 2023-11-28 22:55:45 +03:30 committed by GitHub
parent 74553054f1
commit 1048fbd4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 overflow-x-auto;
@apply col-start-2 row-start-1;
}
&-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;