Skip to content

Commit

Permalink
Merge pull request #62 from Smankusors/fix-sidenav-height
Browse files Browse the repository at this point in the history
Fixed overflowed scroll sidenav on desktop
  • Loading branch information
DanielRuf authored Jan 11, 2021
2 parents 7da0213 + 27b8793 commit 35d694e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sass/components/_sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
top: 0;
margin: 0;
transform: translateX(-100%);
height: 100%;
height: calc(100% + 60px);
height: -moz-calc(100%); //Temporary Firefox Fix
height: 100vh;
padding-bottom: 60px;
background-color: $sidenav-bg-color;
z-index: 999;
Expand Down

0 comments on commit 35d694e

Please sign in to comment.