This commit is contained in:
f4ilji
2024-10-14 15:44:47 +05:00
parent d3511af72a
commit e4678fc0d2
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -39,12 +39,14 @@
</div>
<div>
<DesktopNavBar :sections="sections" :under-slider-header="underSliderHeader" />
<MobileNavbar :sections="sections" />
</div>
</div>
</nav>
</header>
<MobileNavbar :sections="sections" />
<SearchModal open_id="open-search-modal" />
@@ -156,7 +158,6 @@ export default {
},
mounted() {
console.log()
window.addEventListener('scroll', this.handleScroll)
window.addEventListener('scroll', this.checkSlider)
if (this.getCookie('bvi_panelActive') === null) {
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div id="open-mobile-nav" class="hs-overlay hs-overlay-open hs-overlay-open:translate-x-0 hidden [--overlay-backdrop:false] -translate-x-full fixed top-0 start-0 transition-all duration-300 transform h-full w-full z-[80] bg-white border-e" role="dialog" tabindex="-1" aria-labelledby="open-mobile-nav-label">
<div id="open-mobile-nav" class="hs-overlay hs-overlay-open hs-overlay-open:translate-x-0 hidden [--overlay-backdrop:false] -translate-x-full fixed top-0 start-0 transition-all duration-300 transform h-full w-full z-[1000000] bg-white border-e" role="dialog" tabindex="-1" aria-labelledby="open-mobile-nav-label">
<div class="flex justify-between items-center py-3 px-4 border-b">
<img class="max-w-[75px] p-2"
src="/logos/only_logo.svg" alt="">