fix bottom bar margin when present

This commit is contained in:
austinkelsay 2025-05-12 12:09:01 -05:00
parent 8b6a7c39e7
commit c995048ddd
No known key found for this signature in database
GPG Key ID: 5A763922E5BA08EE

View File

@ -31,7 +31,9 @@ export default function MyApp({ Component, pageProps: { session, ...pageProps }
<Component {...pageProps} />
<Analytics />
</main>
<BottomBar />
<div className="mt-12 min-bottom-bar:mt-0">
<BottomBar />
</div>
</div>
</Layout>
</ToastProvider>