Fixed modal z-index for old and beta menu.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user