[Glitch] Fix modal container bounds

Port 476a043fc5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2647/head
Nicolas Hoffmann 2024-02-13 13:58:21 +01:00 committed by Claire
parent 9f0ff2bedf
commit e45f40d203
1 changed files with 2 additions and 0 deletions

View File

@ -5839,6 +5839,8 @@ a.status-card {
inset-inline-start: 0; inset-inline-start: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
max-width: 100vw;
max-height: 100vh;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
flex-direction: column; flex-direction: column;