trying to help make the main layout of the page respond better to scrolling within scrolling

This commit is contained in:
John Mitchell
2016-11-06 13:38:55 -05:00
committed by jaredevantabor
parent 16b4daf4eb
commit e1edcc5e5a

View File

@@ -21,6 +21,7 @@ body {
padding-bottom: 50px; padding-bottom: 50px;
position: relative; position: relative;
background-color: @default-secondary-bg; background-color: @default-secondary-bg;
padding-top: 96px;
} }
.container-fluid { .container-fluid {
@@ -61,7 +62,7 @@ body {
} }
#content-container { #content-container {
padding-bottom: 40px; padding-bottom: 0px;
} }
.group-breadcrumbs { .group-breadcrumbs {