Skip to content

Commit

Permalink
Fix scrolling in Inline Publish Form on mobile Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 12, 2024
1 parent e6599bb commit 1ebceb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:before-close="shouldClose"
@closed="close"
>
<div class="h-full overflow-auto p-6 bg-gray-300">
<div class="h-full overflow-scroll overflow-x-auto p-6 bg-gray-300">

<div v-if="loading" class="absolute inset-0 z-200 flex items-center justify-center text-center">
<loading-graphic />
Expand Down

0 comments on commit 1ebceb1

Please sign in to comment.