Merge pull request #71 from marshmalien/fix/27-side-nav-height

Fix height of side navigation panel
This commit is contained in:
Matthew Jones 2017-09-11 06:30:29 -07:00 committed by GitHub
commit 25612f8809

View File

@ -89,7 +89,7 @@
bottom: 0;
top: @at-height-top-side-nav-makeup;
overflow-y: auto;
min-height: 100vh;
max-height: 100vh;
min-width: @at-width-collapsed-side-nav;
.at-Layout-sideNavItem {