Skip to content

Commit 9780e7e

Browse files
authored
Merge pull request #804 from stardom3645/ablestack-diplo-wall-update-20250924
[경고규칙] Z-index 버그 수정
2 parents accc181 + 8848ee5 commit 9780e7e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ui/src/components/page/GlobalLayout.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,16 @@ body.dark-mode .banner-spacer::before {
534534
.ant-modal-wrap {
535535
z-index: 2147483655 !important;
536536
}
537+
538+
/* 모달 위에서 열리는 선택/날짜/팝업 목록도 함께 위로 올립니다 */
539+
.ant-select-dropdown,
540+
.ant-picker-dropdown,
541+
.ant-dropdown,
542+
.ant-popover,
543+
.ant-tooltip,
544+
.ant-cascader-menus {
545+
z-index: 2147483656 !important;
546+
}
537547
@media (max-width: 768px) {
538548
/* 1. 사이드바를 공중에 띄워서 공간 차지를 못하게 만듦 */
539549
.ant-layout.layout.mobile .sticky-sidebar {

0 commit comments

Comments
 (0)