From b5454ac18183a3e4f2e6f60829d39ba2c02ec4fe Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 22 Oct 2019 22:59:55 +0200 Subject: [PATCH] Fixed height of mobile menu --- web/_sass/_chaospott.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/_sass/_chaospott.scss b/web/_sass/_chaospott.scss index 87d474c..ef72ac9 100644 --- a/web/_sass/_chaospott.scss +++ b/web/_sass/_chaospott.scss @@ -138,6 +138,9 @@ ul.nav>li>a { .navbar-collapse .nav>.divider-vertical { display: none; } + .navbar-collapse { + max-height: 400px; + } } @media (min-width: 768px) {