Merge pull request #61 from SimYunSup/fix/fix-flip

fix: Fix FLIP animation overflow error
This commit is contained in:
Maya 2025-04-13 14:34:59 +03:00 committed by GitHub
commit 55ca64aa53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
<!-- FIXME: if user resizes between desktop/mobile, highlight of page disappears (only shows on original size) -->
<div
class="flex flex-col min-h-screen h-full"
class="flex flex-col min-h-screen h-full w-full overflow-x-hidden"
ondrop={dropFiles}
ondragenter={(e) => handleDrag(e, true)}
ondragover={(e) => handleDrag(e, true)}