using display: block as default for the modal body

This commit is contained in:
WolverinDEV 2019-10-24 18:39:52 +02:00
parent d5f32487bd
commit bb494e7054

View file

@ -140,6 +140,8 @@
overflow-y: auto;
overflow-x: auto;
display: block;
}
}
}