From 519a2e9d9898673e1944547a8d807cba50c56aed Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 2 May 2021 19:42:37 +1000 Subject: [PATCH] get rid of that side-shadow nonsense at once!! --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 4854259..ae1449e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -202,6 +202,7 @@ nav a.current::before { position: fixed; left: -100vw; width: 100vw; + overflow: hidden; z-index: 3; } header.active {