From d9bc2e730ac165253ba37b6d8da244e13b2a4e3b Mon Sep 17 00:00:00 2001 From: Roussange Alexandre Date: Tue, 14 Jan 2025 17:14:50 +0100 Subject: [PATCH] fix: :bug: fix cookie z index --- crowdsec-docs/plugins/gtag/theme/styles.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdsec-docs/plugins/gtag/theme/styles.module.css b/crowdsec-docs/plugins/gtag/theme/styles.module.css index eaab87fd4..2492f28f8 100644 --- a/crowdsec-docs/plugins/gtag/theme/styles.module.css +++ b/crowdsec-docs/plugins/gtag/theme/styles.module.css @@ -7,6 +7,7 @@ height: 200px; border-radius: var(--ifm-global-radius); box-shadow: 0 1.5px 6px 0 rgba(0, 0, 0, 0.15) inset; + z-index: 1000; } .text {