diff --git a/css/style.css b/css/style.css index a33f67e..ea4f557 100644 --- a/css/style.css +++ b/css/style.css @@ -60,15 +60,17 @@ #app-content-wrapper { padding: 15px; - margin-top: 100px; min-height: auto !important; + height: auto; } #app-content-header { background-color: #E6E6E6; min-height: 100px; width: auto; - top: 45px; + top: 0px; + position: -webkit-sticky; + position: sticky; padding: 12px; box-shadow: 0 1px 0 0 #CCC; z-index: 1;