Skip to content

Commit

Permalink
fix footer obscuring content on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 26, 2024
1 parent 960fd39 commit 978471a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/tabs/VouchersTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@
</tbody>
</table>
</div>

<div>
<!-- this is necessary to avoid the footer overlapping the text -->
<br /><br /><br /><br /><br /><br /><br />
</div>
<OverlayDialog
:show="showCreateVoucher"
:close="closeCreateVoucher"
Expand Down

0 comments on commit 978471a

Please sign in to comment.