You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
fix: apply proper zindex to modal dialogs (#3172)
This commit is contained in:
@@ -178,3 +178,7 @@ html[dir="rtl"] .breadcrumbs a {
|
||||
.vue-number-input__button::after {
|
||||
background: var(--textSecondary) !important;
|
||||
}
|
||||
|
||||
.vfm-modal {
|
||||
z-index: 9999999 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user