update z index on xrplai

This commit is contained in:
akcodez
2025-05-07 12:50:43 -07:00
parent 92316c5f42
commit 13b0f89f21
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -27,3 +27,6 @@ html.light .MarkpromptContentDialog h3:not(.chip) {
.MarkpromptOverlay {
z-index: 20;
}
.MarkpromptContentDialog{
z-index: 10000;
}