From f9f617614a3810bc3bb80b4e53e8c081f87cbdba Mon Sep 17 00:00:00 2001 From: Harm Kube <h.kube@tu-braunschweig.de> Date: Sat, 29 Jan 2022 15:12:23 +0100 Subject: [PATCH] Maximum height of container --- display/display.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/display/display.css b/display/display.css index 24ac4fe..858a386 100644 --- a/display/display.css +++ b/display/display.css @@ -225,6 +225,8 @@ bottom: 0; left: 0; width: 100%; + max-height: 50%; + overflow: auto; } .bottom-container-nav { -- GitLab