From 3d10a8ed62658f39ebd3b62116250520d7ed583e Mon Sep 17 00:00:00 2001 From: James Date: Tue, 31 Mar 2020 10:54:24 +0100 Subject: [PATCH] f --- dev.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev.less b/dev.less index b658c21..d50b64d 100644 --- a/dev.less +++ b/dev.less @@ -42,6 +42,7 @@ display: block !important; /* transparent background*/ .navigation ul{ background-color: rgba(255,255,255,0) !important; + z-index: 100; } .navigation ul.level0{ background-color: rgba(255,255,255,0.95) !important; @@ -103,5 +104,11 @@ display: block !important; min-width: auto !important; width: 15% !important; } - +} + +/* make sure the menu doesn't dissapear behind any content elements + * https://philipwalton.com/articles/what-no-one-told-you-about-z-index/ + */ +#maincontent{ + opacity: .99; }