refactor(structure): allow content to scroll under headers/footers

This commit is contained in:
Adam Bradley
2016-06-16 11:28:02 -05:00
parent 64af0c8ba0
commit d13fa4e2cf
57 changed files with 1390 additions and 956 deletions

View File

@@ -6,6 +6,11 @@ template {
display: none !important;
}
.sticky {
position: sticky;
top: 0;
}
// Focus Outline
// --------------------------------------------------