This commit is contained in:
client perkafean
2024-09-27 09:07:57 +00:00
parent faee9dfd2d
commit 69b3fe4347
33 changed files with 824 additions and 204 deletions

View File

@@ -12,13 +12,11 @@
}
.modalContent {
background: white;
border-radius: 5px;
width: 90%;
height: 80%;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden; /* Add this line to enable scrolling */
overflow: visible; /* Add this line to enable scrolling */
}
.closeButton {