From a98c97fe0f14a899e54852d00986fc6a3e88f7ab Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Thu, 18 Aug 2016 04:06:45 -0400 Subject: [PATCH] Stack header on top of all content --- scss/_canvas.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_canvas.scss b/scss/_canvas.scss index 8f220c2b6..0a9ae7f26 100644 --- a/scss/_canvas.scss +++ b/scss/_canvas.scss @@ -21,7 +21,7 @@ $drawer-width: 240px; left: 0; top: 0; background: $color-bg; - z-index: 1; + z-index: 3; .drawer-item { display: block; @@ -81,6 +81,7 @@ $drawer-width: 240px; top: 0; left: 0; width: 100%; + z-index: 2; box-sizing: border-box; h1 { font-size: 1.8em; line-height: $header-height - $spacing-vertical; display: inline-block; float: left; } &.header-scrolled