From 50d95d906d7d782d155e75635be4d637c1ccfb25 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Mon, 30 Dec 2024 22:44:07 +0100 Subject: fix click fronts and remove console logs --- land-and-freedom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'land-and-freedom.css') diff --git a/land-and-freedom.css b/land-and-freedom.css index be49582..09c834b 100644 --- a/land-and-freedom.css +++ b/land-and-freedom.css @@ -176,12 +176,17 @@ main { gap: 2px; margin-top: 15px; height: 25px; + z-index: -1; +} +.contributions .faction_token { + z-index: -1; } .front .value { font-weight: bold; font-size: 30px; margin-top: auto; + z-index: -1; } #madrid_front { -- cgit v1.2.3