From 92d581a342691035acd88e27caead9082767e750 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 19 Mar 2017 19:36:29 +0100 Subject: [PATCH] do not show the scrollbar before the animation has finished --- view/css/bootstrap-red.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index bcc75a9da..d4f5b2d9b 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -42,7 +42,7 @@ nav.navbar { max-height: 100vh; } -#navbar-collapse-2 { +#navbar-collapse-2.show { overflow: auto; }