change header z-index
This commit is contained in:
@@ -31,12 +31,9 @@ function Layout({
|
||||
<div>
|
||||
<main
|
||||
className={`w-full min-h-screen
|
||||
${
|
||||
disableFooter &&
|
||||
" md:pb-[80px]"
|
||||
}`}
|
||||
${disableFooter && " md:pb-[80px]"}`}
|
||||
>
|
||||
<header className="w-full sticky bg-[#FFF] shadow-[0px_1px_24.8px_0px_rgba(204,_204,_204,_0.18)] mt-[12px] sm:mt-[21px] md:mt-[30px] lg:mt-[40px] top-0 right-1/2 z-[10]">
|
||||
<header className="w-full sticky bg-[#FFF] !z-[70] shadow-[0px_1px_24.8px_0px_rgba(204,_204,_204,_0.18)] mt-[12px] sm:mt-[21px] md:mt-[30px] lg:mt-[40px] top-0 right-1/2">
|
||||
<div className="w-full padding-responsive">
|
||||
<Header name={name} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user