From ce3fcd61e422802ef0e27b51a7334b588aa90314 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:38:14 +0100 Subject: [PATCH] fixes #2517 set max height and scroll for lang switch --- themes/standard_pages/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/standard_pages/theme.css b/themes/standard_pages/theme.css index b99762c72..f65823945 100644 --- a/themes/standard_pages/theme.css +++ b/themes/standard_pages/theme.css @@ -342,6 +342,8 @@ a.btn-main{ position:absolute; bottom:40px; right:0; + max-height:50vh; + overflow:auto; } #lang-select #other-languages span{