Skip to content

Commit

Permalink
Fit and Finish: Adds a blank footer to the ModalPane
Browse files Browse the repository at this point in the history
This empty footer shows a user that the content in the pane hasn't been cut off.
  • Loading branch information
aaronbrethorst committed Nov 24, 2024
1 parent e8c9c0d commit f54012a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/navigation/ModalPane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<div class="relative flex-1">
<div class="absolute inset-0 overflow-y-auto">
<slot></slot>
<div class="mb-4">
<!-- this empty footer shows a user that the content in the pane hasn't been cut off. -->
&nbsp;
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit f54012a

Please sign in to comment.