diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-06-07 22:40:44 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-06-07 22:40:44 +0200 |
commit | 55836e8ca65ca9a2ae25591de3232470d7a50049 (patch) | |
tree | face76b8cda01ebfe8a1d3090235f1b524b75761 /view/css | |
parent | a17acfb04f9a97e575839eefbd5f46f020c3a589 (diff) | |
download | volse-hubzilla-55836e8ca65ca9a2ae25591de3232470d7a50049.tar.gz volse-hubzilla-55836e8ca65ca9a2ae25591de3232470d7a50049.tar.bz2 volse-hubzilla-55836e8ca65ca9a2ae25591de3232470d7a50049.zip |
update bs-dev
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 1bb82f11c..b2b2ca759 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -46,6 +46,12 @@ nav .dropdown-menu { overflow: auto; } +/* this is a hack and needs fixing in bootstrap */ +nav .dropdown-menu-right { + right: 0; + left: auto !important; +} + #navbar-collapse-2 { flex-basis: 100%; max-height: 70vh; |