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:
Dariusz L
2025-06-24 19:18:46 +02:00
parent ec3e07f4c4
commit c7375206fb

View File

@@ -158,7 +158,7 @@ async function createCanvasWidget(node, widget, app) {
border: 1px solid #555;
border-radius: 8px;
padding: 12px 18px;
z-index: 1001; /* Wyżej niż inne elementy UI */
z-index: 9999; /* Wyżej niż modal backdrop */
font-size: 13px;
line-height: 1.7;
max-width: 400px;