Fix the height style of the side navigation panel

This commit is contained in:
Marliana Lara
2017-09-08 12:38:05 -04:00
parent b565fd2ec1
commit 1a9379b41d

View File

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