From 4d69c185e08d23b8d1c12f5731455970ac0b3160 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 15 Oct 2023 10:46:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20unwanted=20transparency=20?= =?UTF-8?q?in=20menu=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/static/theme/css/menu.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pagetop/static/theme/css/menu.css b/pagetop/static/theme/css/menu.css index 94c1d3ba..ba525dfb 100644 --- a/pagetop/static/theme/css/menu.css +++ b/pagetop/static/theme/css/menu.css @@ -248,8 +248,9 @@ justify-content: space-between; top: 0; height: var(--menu--item-height); - z-index: 501; border-bottom: 1px solid var(--menu--color-border); + background: var(--menu--color-background); + z-index: 501; } .menu-main .menu .menu-header .menu-title { padding: var(--menu--line-padding);