diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 19:36:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 19:36:29 +0100 |
commit | 92d581a342691035acd88e27caead9082767e750 (patch) | |
tree | 062cd06e20b5a04aabc8491eefef0922115c4724 /view | |
parent | 8e11b2d6f0970be979d561f99c5a7a6309536e75 (diff) | |
download | volse-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')
-rw-r--r-- | view/css/bootstrap-red.css | 2 |
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; } |