fix padding at bottom of page in chrome

This commit is contained in:
shibao 2023-01-25 22:14:17 -05:00 committed by oliviasculley
parent 22abc7a8d0
commit 8c2f7e0509
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>