Skip to content

Commit feaf273

Browse files
authored
Merge pull request #623 from devforth/feature/AdminForth/1640/(((
fix: increase z-index for overlay in Filters component
2 parents e45ab15 + 3ef379a commit feaf273

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)