Skip to content

Commit 694f40c

Browse files
fix: modal size larger
1 parent 71e3326 commit 694f40c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/activities.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373

7474
.modal-content {
7575
position: relative;
76-
max-width: 90%;
77-
max-height: 90vh;
76+
width: 98%;
77+
height: 98vh;
7878
background: #fff;
7979
border-radius: 8px;
8080
overflow: hidden;
@@ -84,13 +84,14 @@
8484
.carousel-container {
8585
position: relative;
8686
width: 100%;
87+
height: calc(98vh - 100px); /* 모달 정보 영역 고려 */
8788
background: #000;
8889
}
8990

9091
.carousel-track {
9192
position: relative;
9293
width: 100%;
93-
height: 70vh;
94+
height: 100%;
9495
display: flex;
9596
align-items: center;
9697
justify-content: center;

0 commit comments

Comments
 (0)