diff --git a/templates/index.xhtml b/templates/index.xhtml
index 0cda562..3824d33 100644
--- a/templates/index.xhtml
+++ b/templates/index.xhtml
@@ -148,6 +148,11 @@
th.rotate > div > div {
width: 6em;
}
+
+ #labels_dropdown {
+ max-height: 90vh;
+ overflow-y: scroll;
+ }