From d7b70dfbd4b9ad5957e32d90d457f7e11416948e Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Thu, 21 Jul 2022 17:01:53 +0200 Subject: [PATCH] fix: infisible projects in menu --- public_html/deployment/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css index f40f2c59..ced1a280 100644 --- a/public_html/deployment/main.css +++ b/public_html/deployment/main.css @@ -34,6 +34,11 @@ body{padding-top: 0; .imllogo:before{background: rgb(255,0,51); color:#fff; padding: 0.5em 0.4em; content: 'IML'; font-weight: bold; } +.navbar-nav > li > .dropdown-menu { + overflow: scroll; + max-height: 50em; +} + #swversion {float: right; right: 0em; position: fixed; top: 4em; padding: 0 0.5em; -- GitLab