Skip to content

Commit bc9ffd4

Browse files
authored
Merge pull request #521 from devforth/feature/AdminForth/1348/modal-should-be-over-dropdown
fix: decrease z-index three dots that the modal is higher
2 parents ceb7656 + 138ed3e commit bc9ffd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/ListActionsThreeDots.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div
1212
v-if="showMenu"
1313
ref="menuRef"
14-
class="z-50 bg-white dark:bg-gray-900 rounded-md shadow-lg border dark:border-gray-700 py-1"
14+
class="z-40 bg-white dark:bg-gray-900 rounded-md shadow-lg border dark:border-gray-700 py-1"
1515
:style="menuStyles"
1616
>
1717
<template v-if="!resourceOptions?.baseActionsAsQuickIcons || (resourceOptions?.baseActionsAsQuickIcons && !resourceOptions?.baseActionsAsQuickIcons.includes('show'))">

0 commit comments

Comments
 (0)