mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-03 07:42:03 +00:00
fix bottom bar margin when present
This commit is contained in:
parent
8b6a7c39e7
commit
c995048ddd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user