Limit the dropdown's height and make it scrollable

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
pull/2256/head
Johannes Marbach 15 hours ago
parent 9170eacfcd
commit 77b37cb9a9

@ -51,6 +51,12 @@ Custom SCSS for the Matrix spec
color: $black;
}
/* Make the version dropdown scroll if its too large */
ul#version-selector {
max-height: 80vh;
overflow-y: auto;
}
ul#version-selector li.selected a {
color: $secondary;
}

Loading…
Cancel
Save