fix(frontend): ensure the modal covers all available space

This commit is contained in:
Philipp Matthias Schaefer 2021-03-10 10:25:41 +01:00
parent 60f34c09eb
commit 94d617e551

View File

@ -111,6 +111,7 @@ a {
z-index: 32767;
background: white;
height: 100%;
max-width: 100%;
width: 100%;
border: 10px solid rgba(0, 0, 0, 0.5);
flex-direction: column;