fixed upload_popum positioning

This commit is contained in:
Václav Šmejkal 2024-05-24 20:09:45 +02:00
parent 72fce53066
commit 6c6fdd1b7b
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -141,22 +141,25 @@ body
#upload_popup
{
position: relative;
position: absolute;
display: none;
flex-direction: column;
align-items: start;
width: fit-content;
height: auto;
margin: 0 auto;
height: fit-content;
padding: 2vh;
border: solid 1px #3E392F;
border-radius: 0.5vh 0.5vh;
background: #6F7270;
margin-top: 19%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
#upload_popup div + div