fix: apply proper zindex to modal dialogs (#3172)

This commit is contained in:
kloon15
2024-04-28 19:49:25 +02:00
committed by GitHub
parent 434e49bf59
commit 821f51ea5a
2 changed files with 5 additions and 1 deletions

View File

@@ -178,3 +178,7 @@ html[dir="rtl"] .breadcrumbs a {
.vue-number-input__button::after {
background: var(--textSecondary) !important;
}
.vfm-modal {
z-index: 9999999 !important;
}