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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body h3 {
|
.modal-body h3 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue