Bugfix: mobile screen not scrollable

This commit is contained in:
djmaze 2020-09-11 20:47:16 +02:00
parent 19f5ea149a
commit 89d7a8426f

View file

@ -5,10 +5,9 @@
width: 98%;
max-width: 1000px;
margin: 10px auto;
height: calc(100% - 60px);
min-height: calc(100% - 60px);
.modal-body {
overflow: auto;
padding: 0px;
}
}