fix header menu
This commit is contained in:
@@ -7,7 +7,7 @@ import Menu from './components/Menu'
|
||||
const Header: FC = () => {
|
||||
return (
|
||||
<Fragment>
|
||||
<div className='fixed top-0 bg-white w-full'>
|
||||
<div className='fixed top-0 bg-white w-full z-[9998]'>
|
||||
<div className='flex items-center justify-between px-6 py-[18px]'>
|
||||
<div className='flex gap-[30px] items-center'>
|
||||
<div>LOGO</div>
|
||||
|
||||
Reference in New Issue
Block a user