refactor(sns): use shared jump date popover

This commit is contained in:
aits2026
2026-03-06 15:30:10 +08:00
parent 21cb09fbde
commit 03f65317a9
3 changed files with 56 additions and 38 deletions

View File

@@ -1063,6 +1063,18 @@
}
/* Date Widget */
.jump-calendar-anchor {
position: relative;
display: flex;
align-items: center;
isolation: isolate;
z-index: 20;
.jump-date-popover {
z-index: 2600;
}
}
.date-picker-trigger {
width: 100%;
display: flex;