From e593d89086205e153db1d98d4b7ff601079d0f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 15 Mar 2024 18:21:26 +0100 Subject: [PATCH] Fix: Theme signature stays on top of other elements #89 --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 75bc073..54737eb 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -6656,6 +6656,7 @@ a:is(.active, padding: 12px; position: absolute; bottom: 0; + z-index: -1; } .layout-multiple-columns .link-footer::before, .layout-multiple-columns .link-footer::after { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 93df8df..24a2546 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -6656,6 +6656,7 @@ a:is(.active, padding: 12px; position: absolute; bottom: 0; + z-index: -1; } .layout-multiple-columns .link-footer::before, .layout-multiple-columns .link-footer::after { diff --git a/TangerineUI.css b/TangerineUI.css index 20d11ae..942a20c 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -6656,6 +6656,7 @@ a:is(.active, padding: 12px; position: absolute; bottom: 0; + z-index: -1; } .layout-multiple-columns .link-footer::before, .layout-multiple-columns .link-footer::after {