Added fallback for open model url to deal with popup block or ad-blockers.
- Moved Model Manager z-index from 2000 to 99 (1 below modals).
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
z-index: 2000;
|
||||
z-index: 99; /*needs to be below dialog modal*/
|
||||
|
||||
/*override comfy-modal settings*/
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user