fix(chat): force opaque jump calendar in standalone window

This commit is contained in:
tisonhuang
2026-03-04 19:44:17 +08:00
parent 47f9c0a502
commit dab33c4e60
2 changed files with 15 additions and 4 deletions

View File

@@ -494,6 +494,12 @@
position: relative;
display: flex;
align-items: center;
isolation: isolate;
z-index: 20;
.jump-date-popover {
z-index: 2600;
}
}
.icon-btn {
@@ -1637,6 +1643,7 @@
position: relative;
display: flex;
align-items: center;
isolation: isolate;
}
}