fix(sns): restore jump calendar positioning

This commit is contained in:
aits2026
2026-03-06 15:47:48 +08:00
parent c641c86598
commit af2fe91f81

View File

@@ -173,6 +173,18 @@
gap: 10px; gap: 10px;
} }
.jump-calendar-anchor {
position: relative;
display: flex;
align-items: center;
isolation: isolate;
z-index: 20;
.jump-date-popover {
z-index: 2600;
}
}
.icon-btn { .icon-btn {
background: var(--bg-tertiary); background: var(--bg-tertiary);
border: 1px solid var(--border-color); border: 1px solid var(--border-color);
@@ -1092,18 +1104,6 @@
} }
} }
.jump-calendar-anchor {
position: relative;
display: flex;
align-items: center;
isolation: isolate;
z-index: 20;
.jump-date-popover {
z-index: 2600;
}
}
/* Contact Widget - Refactored */ /* Contact Widget - Refactored */
.contact-widget { .contact-widget {
display: flex; display: flex;