Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed May 6, 2014
2 parents 73f8061 + d7c2eb8 commit c6541bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/navmenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.navmenu,
.navbar-offcanvas {
width: @navmenu-width;
height: 100%;
height: auto;
border-width: 1px;
border-style: solid;
border-radius: @border-radius-base;
Expand All @@ -22,15 +22,15 @@
position: fixed;
z-index: @zindex-navmenu-fixed;
top: 0;
bottom: 0;
overflow-y: auto;
border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
left: 0;
right: auto;
border-width: 0 1px 0 0;
bottom: 0;
overflow-y: auto;
}
.navmenu-fixed-right,
.navbar-offcanvas {
Expand Down

0 comments on commit c6541bf

Please sign in to comment.