footer bug

This commit is contained in:
tangly1024.com
2023-02-03 08:46:57 +08:00
parent 66e1b57b69
commit 42ca2955e1
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ export const Footer = (props) => {
})()
return <footer
className={`relative mt-6 flex-shrink-0 m-auto w-full text-gray-500 dark:text-gray-400 transition-all ${
className={`z-10 relative mt-6 flex-shrink-0 m-auto w-full text-gray-500 dark:text-gray-400 transition-all ${
!fullWidth ? 'max-w-2xl px-4' : 'px-4 md:px-24'
}`}
>