fixed upload_popum positioning
This commit is contained in:
parent
72fce53066
commit
6c6fdd1b7b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user