Fix modal elements going out of screen.
This commit is contained in:
parent
e5fe39e263
commit
dfab4c9b42
1 changed files with 1 additions and 0 deletions
|
|
@ -1054,6 +1054,7 @@ input:focus {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.modal-body h3 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue