This commit is contained in:
zadit
2024-12-13 21:29:10 +07:00
parent 198d0b3053
commit b88b9ce7ba
18 changed files with 195 additions and 66 deletions

View File

@@ -12,9 +12,11 @@
}
.modalContent {
width: 80%;
width: 80vw;
position: relative;
overflow: visible; /* Add this line to enable scrolling */
display: flex;
align-items: center;
}
.closeButton {