Skip to content

Commit 814eb1f

Browse files
committed
🐛(frontend) fix modal backdrop z-index
Recent upgrade of ui-kit removed the z-index for the modal backdrop, causing it to be hidden behind other elements. This commit restores the z-index to ensure the modal backdrop is displayed correctly.
1 parent 6485284 commit 814eb1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/frontend/apps/impress/src/cunningham/cunningham-style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
);
3939
}
4040

41+
/**
42+
* Modal
43+
*/
44+
.c__modal__backdrop {
45+
z-index: 1000;
46+
}
47+
4148
/**
4249
* Tooltip
4350
*/

0 commit comments

Comments
 (0)