Skip to content
Snippets Groups Projects
Commit 4a4b32d3 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

restrict height of settings and make scrollable

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