@@ -2,7 +2,7 @@
<div
v-if="store.isRendered"
ref="sideBarEl"
- class="w-screen h-screen fixed top-0 left-0 z-10"
+ class="w-screen h-screen fixed top-0 left-0 z-30"
>
:class="store.isVisible ? 'bg-opacity-70' : 'bg-opacity-0'"
@@ -1,5 +1,5 @@
<template>
- <div class="flex flex-col gap-2 text-foreground bg-background-100 rounded-lg overflow-hidden">
+ <div class="flex flex-col gap-2 text-foreground bg-background-100 rounded-lg overflow-hidden show">
<img
:src="props.image"
:alt="props.title"
@@ -38,8 +38,6 @@
background-position-x: 180%;
animation: 1s loading ease-in-out infinite;
animation-delay: 1s;
-
- @apply show
}
.show {