From b797fe1c494a0d65d330bb8f3af710ecacaede71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 11 Aug 2012 09:15:58 +0200 Subject: [PATCH] add z-index to navbar --- source/stylesheets/site.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index de02022..edc8dc6 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -67,6 +67,7 @@ header { display: inline; width: 100%; padding: 0px; + z-index: 1; li { display: inline; list-style: none;