X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c2091a1cf8f09e53d7b136aa02d033f95e0570d5..bfef134e5924a2272f3b97efd35f405a82a55efb:/css/kivitendo/menu.css diff --git a/css/kivitendo/menu.css b/css/kivitendo/menu.css index ccab8420d..64b7882f5 100644 --- a/css/kivitendo/menu.css +++ b/css/kivitendo/menu.css @@ -175,7 +175,15 @@ li.sub { each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer) and one mic (menu-item-chunk) indenting is done with the levels s0, s1, s2 */ -div.layout-split-left, #html-menu { +#html-menu-container { + position: fixed; + bottom: 0%; + top: 0%; +} + +#html-menu { + overflow-y: scroll; + height: 100%; transition: margin-left 0.2s, width 0.2s; -moz-transition: margin-left 0.2s, width 0.2s; -webkit-transition: margin-left 0.2s, width 0.2s;