Skip to content

Commit 3ef379a

Browse files
committed
fix: increase z-index for overlay in Filters component
1 parent 3db5920 commit 3ef379a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/components/Filters.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
</div>
160160
</div>
161161

162-
<div v-if="show" class="bg-gray-900/50 dark:bg-gray-900/80 fixed inset-0 z-30"
162+
<div v-if="show" class="bg-gray-900/50 dark:bg-gray-900/80 fixed inset-0 z-40"
163163
@click="$emit('hide')">
164164
</div>
165165
</template>

0 commit comments

Comments
 (0)