Fix modal container bounds (#29185)
This commit is contained in:
parent
5de1ce23c3
commit
476a043fc5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user