Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(sidenav): Fixes sidenav height when content is smaller than the view
Browse files Browse the repository at this point in the history
  • Loading branch information
rowa-audil committed Mar 12, 2020
1 parent 5600ca6 commit 3e11568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/barista-components/drawer/src/sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
will-change: transform;
background-color: $gray-700;
min-width: 240px;
height: 100%;
height: 100vh;
z-index: 100;
}

Expand Down

0 comments on commit 3e11568

Please sign in to comment.