mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-29 03:58:38 +01:00
Limit the dropdown's height and make it scrollable
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
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…
Reference in a new issue