From 6180559f316a49360aeabcfa330be611f7a04db3 Mon Sep 17 00:00:00 2001 From: John Westhoff Date: Tue, 2 Dec 2025 19:25:11 -0800 Subject: [PATCH 1/3] Updates. Fix overflowed labels --- static/index.xhtml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/index.xhtml b/static/index.xhtml index acad048..a055a78 100644 --- a/static/index.xhtml +++ b/static/index.xhtml @@ -133,6 +133,11 @@ .modal-card-body { height: 30em; } + + #labels_dropdown { + max-height: 90vh; + overflow-y: scroll; + } From a37ff8a90e8121ae26aa7822370e86e11be2f79d Mon Sep 17 00:00:00 2001 From: John Westhoff Date: Wed, 17 Dec 2025 00:56:16 -0800 Subject: [PATCH 2/3] Updates. --- templates/index.xhtml | 5 +++++ 1 file changed, 5 insertions(+) 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; + } From 6f66823f476bc8527039a012255b080c5a05b031 Mon Sep 17 00:00:00 2001 From: John Westhoff Date: Wed, 17 Dec 2025 00:56:29 -0800 Subject: [PATCH 3/3] Updates. --- static/index.xhtml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/index.xhtml b/static/index.xhtml index a055a78..acad048 100644 --- a/static/index.xhtml +++ b/static/index.xhtml @@ -133,11 +133,6 @@ .modal-card-body { height: 30em; } - - #labels_dropdown { - max-height: 90vh; - overflow-y: scroll; - }