feat: using mb-14

This commit is contained in:
shinya
2025-06-25 02:13:43 +08:00
parent b2f47a9978
commit 6ceff54b3b

View File

@@ -29,7 +29,7 @@ const PageLayout = ({ children, activePath = '/' }: PageLayoutProps) => {
<div className='md:hidden flex flex-col min-h-screen w-full'> <div className='md:hidden flex flex-col min-h-screen w-full'>
<MobileHeader /> <MobileHeader />
<main <main
className='flex-1 pb-14' className='flex-1 mb-14'
style={{ style={{
paddingBottom: 'calc(3.5rem + env(safe-area-inset-bottom))', paddingBottom: 'calc(3.5rem + env(safe-area-inset-bottom))',
}} }}