fix padding at bottom of page in chrome

This commit is contained in:
shibao 2023-01-25 22:13:53 -05:00
parent 87f4d18a6d
commit 9289b79afa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<main class="mb-8 min-w-full">
<main class="pb-8 min-w-full">
<header>
<.topbar current_user={assigns[:current_user]}></.topbar>