do not show the scrollbar before the animation has finished

This commit is contained in:
Mario Vavti 2017-03-19 19:36:29 +01:00
parent 8e11b2d6f0
commit 92d581a342

View file

@ -42,7 +42,7 @@ nav.navbar {
max-height: 100vh; max-height: 100vh;
} }
#navbar-collapse-2 { #navbar-collapse-2.show {
overflow: auto; overflow: auto;
} }