fix(frontend): ensure the modal covers all available space
This commit is contained in:
parent
60f34c09eb
commit
94d617e551
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user