Fix shadow in other pages
This commit is contained in:
@@ -52,7 +52,7 @@ const megaMenuCategories = computed(() => {
|
|||||||
<header
|
<header
|
||||||
id="header-navbar"
|
id="header-navbar"
|
||||||
class="w-full flex-center"
|
class="w-full flex-center"
|
||||||
:class="isHomePage ? 'fixed top-0 left-0 z-999' : 'z-999'"
|
:class="isHomePage ? 'fixed top-0 left-0 z-999' : 'z-999 !shadow-none'"
|
||||||
>
|
>
|
||||||
<div class="size-full flex items-center justify-between container h-[65px] lg:h-[85px] shrink-0 grow-0">
|
<div class="size-full flex items-center justify-between container h-[65px] lg:h-[85px] shrink-0 grow-0">
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user