From e1edcc5e5a891bc91a7d3f259ea8821842fc29bd Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Sun, 6 Nov 2016 13:38:55 -0500 Subject: [PATCH] trying to help make the main layout of the page respond better to scrolling within scrolling --- awx/ui/client/legacy-styles/main-layout.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/main-layout.less b/awx/ui/client/legacy-styles/main-layout.less index dc6722cc6e..99c865d737 100644 --- a/awx/ui/client/legacy-styles/main-layout.less +++ b/awx/ui/client/legacy-styles/main-layout.less @@ -21,6 +21,7 @@ body { padding-bottom: 50px; position: relative; background-color: @default-secondary-bg; + padding-top: 96px; } .container-fluid { @@ -61,7 +62,7 @@ body { } #content-container { - padding-bottom: 40px; + padding-bottom: 0px; } .group-breadcrumbs {