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

@@ -11,7 +11,7 @@ export const Footer = (props) => {
return currentYear
})()
return <footer className="relative w-full bg-white px-6 border-t dark:border-hexo-black-gray dark:bg-hexo-black-gray ">
return <footer className="z-10 relative w-full bg-white px-6 border-t dark:border-hexo-black-gray dark:bg-hexo-black-gray ">
<DarkModeButton className='text-center pt-4'/>
<div className="container mx-auto max-w-4xl py-6 md:flex flex-wrap md:flex-no-wrap md:justify-between items-center text-sm">