mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-25 14:25:44 -03:00
Increase z-index for canvas widget tooltip
Raised the z-index of the canvas widget tooltip from 1001 to 9999 to ensure it appears above the modal backdrop and other UI elements.
This commit is contained in:
@@ -158,7 +158,7 @@ async function createCanvasWidget(node, widget, app) {
|
|||||||
border: 1px solid #555;
|
border: 1px solid #555;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 12px 18px;
|
padding: 12px 18px;
|
||||||
z-index: 1001; /* Wyżej niż inne elementy UI */
|
z-index: 9999; /* Wyżej niż modal backdrop */
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
|||||||
Reference in New Issue
Block a user