From 833a490ccc56e07249c0dd5ae56c141496035fc7 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Thu, 3 Nov 2016 23:07:41 +0100 Subject: [PATCH] fix some cammie stuff --- content/assets/stylesheets/includes/general.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index ab7bd15..ed18a1a 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -24,6 +24,7 @@ html, .footer { } #navbar { + z-index: 100; margin-bottom: 10px; .logo-wrapper { @@ -36,6 +37,10 @@ html, .footer { margin-bottom: 0; border-bottom: 1px solid #eee; } + + .nav-menu { + z-index: 20; + } } @@ -64,6 +69,7 @@ main.section { .nav { height: 100%; align-items: flex-end; + z-index: auto; .nav-item { transition: 0.2s;