From 968a747b58eb412274e17c5f0d4506216a88694e Mon Sep 17 00:00:00 2001 From: cassie-nahar-nasa Date: Fri, 10 Oct 2025 15:46:37 +0000 Subject: [PATCH] make html template contents menu scrollable --- doorstop/core/files/templates/html/doorstop.css | 9 +++++++-- doorstop/views/doorstop.tpl | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doorstop/core/files/templates/html/doorstop.css b/doorstop/core/files/templates/html/doorstop.css index 7cc963bff..d33c5bf26 100644 --- a/doorstop/core/files/templates/html/doorstop.css +++ b/doorstop/core/files/templates/html/doorstop.css @@ -2,6 +2,11 @@ .caption { text-align: center; font-size:15px; - } +} -#img {width: 100%} \ No newline at end of file +#img {width: 100%} + +.contents-menu { + max-height: 85vh; + overflow-y: scroll; +} diff --git a/doorstop/views/doorstop.tpl b/doorstop/views/doorstop.tpl index 484adc142..ebb40b759 100644 --- a/doorstop/views/doorstop.tpl +++ b/doorstop/views/doorstop.tpl @@ -29,7 +29,7 @@ -