Fixed modal z-index for old and beta menu.

This commit is contained in:
Christian Bastian
2024-09-09 03:01:09 -04:00
parent cff4c96ef3
commit 5521e696e5
2 changed files with 14 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
position: fixed;
overflow: hidden;
width: 100%;
z-index: 99; /*needs to be below dialog modal*/
z-index: 2000; /*needs to be below the dialog modal element*/
/*override comfy-modal settings*/
border-radius: 0;
@@ -23,6 +23,10 @@
touch-action: manipulation;
}
.model-manager .model-manager-dialog {
z-index: 2001; /*needs to be above the model manager element*/
}
.model-manager .comfy-modal-content {
width: 100%;
gap: 16px;