Skip to content

Commit

Permalink
Merge pull request #563 from Minstel/253-Issues_when_navmenu_is_fixed…
Browse files Browse the repository at this point in the history
…_right__soft_fix

253 issues when navmenu is fixed right  soft fix
  • Loading branch information
jasny committed Apr 28, 2018
2 parents ace5226 + bd1a44d commit df15826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/navmenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
left: 0;
right: auto;
right: auto!important;
border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
left: auto;
left: auto!important;
right: 0;
border-width: 0 0 0 1px;
}
Expand Down

0 comments on commit df15826

Please sign in to comment.