From 1a9379b41d3e3555b1ec1ff16ab6dca3f0981631 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Fri, 8 Sep 2017 12:38:05 -0400 Subject: [PATCH] Fix the height style of the side navigation panel --- awx/ui/client/lib/components/layout/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/lib/components/layout/_index.less b/awx/ui/client/lib/components/layout/_index.less index 5224df7628..9e50fab35c 100644 --- a/awx/ui/client/lib/components/layout/_index.less +++ b/awx/ui/client/lib/components/layout/_index.less @@ -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 {