diff --git a/awx/ui/client/lib/components/layout/_index.less b/awx/ui/client/lib/components/layout/_index.less index 91b3c4f844..96159da01e 100644 --- a/awx/ui/client/lib/components/layout/_index.less +++ b/awx/ui/client/lib/components/layout/_index.less @@ -2,14 +2,13 @@ height: 100vh; width: 100vw; display: flex; - overflow: hidden; &-topNav { display: flex; background-color: @at-color-top-nav-background; border-bottom: @at-border-default-width solid @at-color-top-nav-border-bottom; z-index: @at-z-index-nav; - position: relative; + position: fixed; right: 0; left: 0; top: 0; @@ -137,6 +136,10 @@ align-items: center; padding-right: @at-padding-between-side-nav-icon-text; } + + + .at-Layout-main { + padding-left: @at-width-expanded-side-nav; + } } } @@ -145,6 +148,7 @@ height: 100%; width: 100%; flex-direction: column; + padding-left: @at-width-collapsed-side-nav; overflow-x: hidden; } @@ -209,4 +213,4 @@ } } } -} +} \ No newline at end of file