aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-19 19:36:29 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-19 19:36:29 +0100
commit92d581a342691035acd88e27caead9082767e750 (patch)
tree062cd06e20b5a04aabc8491eefef0922115c4724 /view/css
parent8e11b2d6f0970be979d561f99c5a7a6309536e75 (diff)
downloadvolse-hubzilla-92d581a342691035acd88e27caead9082767e750.tar.gz
volse-hubzilla-92d581a342691035acd88e27caead9082767e750.tar.bz2
volse-hubzilla-92d581a342691035acd88e27caead9082767e750.zip
do not show the scrollbar before the animation has finished
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css2
1 files changed, 1 insertions, 1 deletions
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;
}