Skip to content

Commit

Permalink
Merge pull request #12813 from rossbearman/patch-1
Browse files Browse the repository at this point in the history
Fix footer actions being rendered outside viewport in image editor on mobile devices
  • Loading branch information
danharrin authored May 16, 2024
2 parents 3cb3782 + 3695a70 commit bdd7187
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 bdd7187

Please sign in to comment.