From 70ef02fde822b82b6c573251d1d16549571a4c70 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Thu, 9 Jul 2026 11:11:15 -0300 Subject: [PATCH] Fix header appearing on top of metromenu on tumblr layout. --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index ad5c4c2..2a0ed45 100644 --- a/static/main.css +++ b/static/main.css @@ -75,7 +75,7 @@ header.tumblr { left: 0; right: 0; bottom: 0; - z-index: 9999; + z-index: 9; border-top: thick solid rgba(255, 255, 255, 0.1); border-bottom: none; background-color: rgb(0,0,0,0.8);