Skip to content

Commit

Permalink
fix: solve #62
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Jan 21, 2021
1 parent b46c013 commit 7632ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/lbd/_navbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}

&.fixed{
width: calc(100% - $sidebar-width);
width: calc(100% - #{$sidebar-width});
right: 0;
left: auto;
border-radius: 0;
Expand Down

0 comments on commit 7632ade

Please # to comment.