Modal Close Button behoben, Events verbessert, Galerie fertiggestellt, ESLint Config hinzugefügt

This commit is contained in:
2025-12-22 19:03:23 +01:00
parent a1e25d8dca
commit 5f85a75521
8 changed files with 277 additions and 163 deletions
+4 -2
View File
@@ -42,13 +42,15 @@
border-radius: 10px;
width: 100%;
height: 70%;
overflow-y: scroll;
margin-top: 5%;
max-width: 800px;
padding-top: 50px;
position: relative;
}
.modal-inner-content {
overflow-y: scroll;
}
.close, .closeBtn {
color: #4CAF50;
font-size: 28px;
@@ -100,4 +102,4 @@
.modal-content {
z-index: 1500;
}
}