Fix modal container bounds (#29185)

This commit is contained in:
Nicolas Hoffmann 2024-02-13 13:58:21 +01:00 committed by GitHub
parent 5de1ce23c3
commit 476a043fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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