From 36c82e44d1f60413ac175c5277fc1221cfb2c2d9 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 29 Jun 2020 11:00:08 +0100 Subject: [PATCH] f --- dev.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev.less b/dev.less index d6ef2ec..b8109f4 100644 --- a/dev.less +++ b/dev.less @@ -272,6 +272,15 @@ display: block !important; width:33% !important; } + /*.navigation ul{ + z-index: 100; + }*/ + + /* fixed width */ + .navigation ul.level0{ + width: 95% !important; + } + /* remove borders and shadow */ .navigation ul ul ul{ box-shadow: none !important;