Skip to content
Snippets Groups Projects
Commit 13f1f105 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Set overflow-y to auto

parent f6c3667e
Branches
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@
display: block;
/* restrict height of settings and make scrollable */
max-height: 300px;
overflow-y: scroll;
overflow-y: auto;
}
.settings-button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment