We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents accc181 + 8848ee5 commit 9780e7eCopy full SHA for 9780e7e
1 file changed
ui/src/components/page/GlobalLayout.vue
@@ -534,6 +534,16 @@ body.dark-mode .banner-spacer::before {
534
.ant-modal-wrap {
535
z-index: 2147483655 !important;
536
}
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
+}
547
@media (max-width: 768px) {
548
/* 1. 사이드바를 공중에 띄워서 공간 차지를 못하게 만듦 */
549
.ant-layout.layout.mobile .sticky-sidebar {
0 commit comments