fix padding at bottom of page in chrome

This commit is contained in:
shibao 2023-01-25 22:14:04 -05:00
parent 076d5eea18
commit 1e4accec9d
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>