fix: Fix FLIP animation overflow error

This commit is contained in:
Yunsup Sim 2025-04-13 20:01:51 +09:00
parent c7f05581ca
commit 51372cd494
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)}