From 3ca4503613f80199dca47febd6a6bd91f6aca0cc Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Tue, 26 Dec 2023 08:50:01 +0100 Subject: [PATCH] Fix max height for menu on smaller screens --- theme_153957/static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme_153957/static/css/style.css b/theme_153957/static/css/style.css index 1e07e0a..da35057 100644 --- a/theme_153957/static/css/style.css +++ b/theme_153957/static/css/style.css @@ -191,7 +191,10 @@ a:hover { 'thumbnails' 'canvas'; } - max-height: initial; + + #menu { + max-height: initial; + } } @media (pointer: coarse) {