Fixed css issue with sidenav not extending to bottom of page when dashboard requires scrolling, #1483

This commit is contained in:
Torkel Ödegaard 2015-02-14 09:05:35 +01:00
parent 0767992662
commit ed0fabd9de

View File

@ -1,7 +1,12 @@
.sidemenu-canvas {
position: relative;
}
.sidemenu-wrapper {
position: absolute;
display: none;
top: 0;
bottom: 0;
left: 0;
width: 200px;
background: @bodyBackground;