Bugfix: modal window help-block didn't scroll

This commit is contained in:
the-djmaze 2022-03-10 12:19:00 +01:00
parent 0c1ac011f2
commit 63e15ff686

View file

@ -107,6 +107,7 @@ dialog .modal-body {
overflow: auto;
margin: 0;
padding: 15px;
position: relative;
}
// Footer (for actions)