Commit bfd25250 authored by Sean Roberts's avatar Sean Roberts

Branding fix app background height

parent da78f2bd
...@@ -34,6 +34,9 @@ $base-line-height: 20px; ...@@ -34,6 +34,9 @@ $base-line-height: 20px;
// Top-level styles // Top-level styles
// ---------------- // ----------------
html, body {
height: 100%;
}
body { body {
@include grey-background; @include grey-background;
...@@ -43,12 +46,17 @@ body { ...@@ -43,12 +46,17 @@ body {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
hypothesis-app {
display: block;
height: 100%;
}
.app-content-wrapper { .app-content-wrapper {
$sidebar-h-padding: 9px; $sidebar-h-padding: 9px;
@include grey-background; @include grey-background;
display: block; min-height: 100%;
padding: $sidebar-h-padding; padding: $sidebar-h-padding;
padding-top: $sidebar-h-padding + $top-bar-height; padding-top: $sidebar-h-padding + $top-bar-height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment