restrict height of settings and make scrollable

This commit is contained in:
Jan-Christoph Borchardt 2014-03-05 15:08:16 +01:00
parent 859cac197e
commit 4a4b32d325

View File

@ -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 {