From e1098cd6c7bb641c891d0e4efdf3fee854e2c5af Mon Sep 17 00:00:00 2001 From: Hans K Date: Tue, 17 Jan 2023 23:23:07 -0500 Subject: [PATCH] Fix a broken box-shadow --- core/static/core/core.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/static/core/core.css b/core/static/core/core.css index acfd081..3384823 100644 --- a/core/static/core/core.css +++ b/core/static/core/core.css @@ -10,7 +10,8 @@ background: #b37bff; display: flex; flex-direction: row; - box-shadow: 0 0 2px 0 #000000; + box-shadow: 0 0 5px 0 #000000; + z-index: 5; } .nav-container.left {