popup css fix

This commit is contained in:
fingadumbledore 2023-12-02 13:20:22 +01:00
parent ca2b22ce8e
commit 78c435872c

View File

@ -609,21 +609,21 @@ footer {
.popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
background-color: #fff;
background-color: #333;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
max-width: 400px;
width: 30%;
height: 70%;
text-align: center;
}
.overlay {
display: none;
position: fixed;
top: 0;
top: 0%;
left: 0;
width: 100%;
height: 100%;