Skip to content

Commit

Permalink
fix(demo): fix sidenav last item on small height screen (#3419)
Browse files Browse the repository at this point in the history
fixes #3295
  • Loading branch information
EvilAlexei authored and valorkin committed Jan 10, 2018
1 parent 005701d commit 3667c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ a:hover {
}

&-content {
padding: 15px 19px 0 20px;
padding: 15px 19px 15px 20px;
overflow: auto;
max-height: calc(100vh - 194px); // header + search field + bootstrap buttons field
}
Expand Down

0 comments on commit 3667c06

Please sign in to comment.