Skip to content

Commit

Permalink
fix: Footer actions rendered outside viewport in image editor on mobi…
Browse files Browse the repository at this point in the history
…le devices
  • Loading branch information
rossbearman authored May 15, 2024
1 parent 3cb3782 commit 3695a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
x-trap.noscroll="isEditorOpen"
x-on:keydown.escape.window="closeEditor"
@class([
'fixed inset-0 isolate z-50 h-screen w-screen p-2 sm:p-10 md:p-20',
'fixed inset-0 isolate z-50 h-[100dvh] w-screen p-2 sm:p-10 md:p-20',
'fi-fo-file-upload-circle-cropper' => $hasCircleCropper,
])
>
Expand Down

0 comments on commit 3695a70

Please sign in to comment.