mirror of https://github.com/VERT-sh/VERT.git
Merge pull request #61 from SimYunSup/fix/fix-flip
fix: Fix FLIP animation overflow error
This commit is contained in:
commit
55ca64aa53
|
@ -131,7 +131,7 @@
|
||||||
|
|
||||||
<!-- FIXME: if user resizes between desktop/mobile, highlight of page disappears (only shows on original size) -->
|
<!-- FIXME: if user resizes between desktop/mobile, highlight of page disappears (only shows on original size) -->
|
||||||
<div
|
<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}
|
ondrop={dropFiles}
|
||||||
ondragenter={(e) => handleDrag(e, true)}
|
ondragenter={(e) => handleDrag(e, true)}
|
||||||
ondragover={(e) => handleDrag(e, true)}
|
ondragover={(e) => handleDrag(e, true)}
|
||||||
|
|
Loading…
Reference in New Issue