Modal closeBtn fix

This commit is contained in:
R40fendt
2025-08-19 13:17:25 +02:00
parent 58df1b5466
commit 74324e5a82
2 changed files with 6 additions and 2 deletions

View File

@@ -45,6 +45,8 @@
overflow-y: scroll;
margin-top: 5%;
max-width: 800px;
padding-top: 50px;
position: relative;
}
.close, .closeBtn {
@@ -54,6 +56,9 @@
text-align: left;
width: 30px;
padding-left: 5px;
position: fixed;
z-index: 1234;
transform: translate(-5px, -40px);
}
.close:hover,