Fix modal elements going out of screen.

This commit is contained in:
天クマ 2026-08-17 07:47:11 -03:00
commit dfab4c9b42

View file

@ -1054,6 +1054,7 @@ input:focus {
display: flex;
flex-direction: column;
height: 100%;
overflow-x: hidden;
}
.modal-body h3 {