change header z-index

This commit is contained in:
Ehsan
2025-02-17 16:36:40 +03:30
parent 81a370f7fa
commit 9e3e6c27ee
3 changed files with 4 additions and 7 deletions
+2 -5
View File
@@ -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>