added v-show for filter side bar

This commit is contained in:
Mamalizz
2025-01-19 19:16:44 +03:30
parent 4d8dccf2cc
commit bcfda576ad
+1 -1
View File
@@ -41,7 +41,7 @@ watch(
</Transition> </Transition>
<Transition name="fade-right"> <Transition name="fade-right">
<div <div
v-if="isSideShow" v-show="isSideShow"
id="side-content" id="side-content"
class="hidden md:flex w-1/3 bg-white h-full rounded-e-[1.5rem] overflow-hidden absolute top-0 min-md:flex-col" class="hidden md:flex w-1/3 bg-white h-full rounded-e-[1.5rem] overflow-hidden absolute top-0 min-md:flex-col"
> >