Small fix for modals
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user