We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e3326 commit 694f40cCopy full SHA for 694f40c
css/activities.css
@@ -73,8 +73,8 @@
73
74
.modal-content {
75
position: relative;
76
- max-width: 90%;
77
- max-height: 90vh;
+ width: 98%;
+ height: 98vh;
78
background: #fff;
79
border-radius: 8px;
80
overflow: hidden;
@@ -84,13 +84,14 @@
84
.carousel-container {
85
86
width: 100%;
87
+ height: calc(98vh - 100px); /* 모달 정보 영역 고려 */
88
background: #000;
89
}
90
91
.carousel-track {
92
93
- height: 70vh;
94
+ height: 100%;
95
display: flex;
96
align-items: center;
97
justify-content: center;
0 commit comments