diff --git a/src/pages/SnsPage.scss b/src/pages/SnsPage.scss index 1c77af0..5f18693 100644 --- a/src/pages/SnsPage.scss +++ b/src/pages/SnsPage.scss @@ -173,6 +173,18 @@ 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 { background: var(--bg-tertiary); 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 { display: flex;