This commit is contained in:
insvrgent
2025-01-14 14:07:54 +07:00
parent 5d8b2af2c9
commit 1cb8ccf934
9 changed files with 101 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
.modalContent {
width: 80vw;
max-height: 80vh;
position: relative;
overflow: visible; /* Add this line to enable scrolling */
display: flex;