Small fix for modals

This commit is contained in:
Zack Rauen 2023-10-19 05:39:19 -04:00
parent 6cf0f0c267
commit 009a586dc7
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,13 @@
max-height: 100%;
}
.bd-modal-root > div[role="dialog"] {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
}
.bd-close-button {
height: 26px;
padding: 4px;