modtools: Limit height to avoid two scrollbars

This commit is contained in:
JC Brand 2020-03-25 13:15:50 +01:00
parent 6865a73f46
commit 0c0ca558ed

View File

@ -31,7 +31,7 @@
}
.scrollable-container {
max-height: 50vh;
max-height: 45vh;
overflow-y: auto;
}