Skip to content

Commit

Permalink
fix soft-keyboard obscuring overlay content
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 29, 2024
1 parent e38cc2d commit 337c488
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/ui/OverlayDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
</DialogPanel>
</TransitionChild>
</div>
<div class="mt-20 h-32 mb-20">
<!-- this is a spacer that is necessary to scroll
up the dialog on mobile if the soft-keyboard
obscures the content -->
</div>
</div>
</Dialog>
</TransitionRoot>
Expand Down

0 comments on commit 337c488

Please sign in to comment.