Commit 0c0ca558 authored by JC Brand's avatar JC Brand

modtools: Limit height to avoid two scrollbars

parent 6865a73f
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
} }
.scrollable-container { .scrollable-container {
max-height: 50vh; max-height: 45vh;
overflow-y: auto; overflow-y: auto;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment