From 4abd88527d38a153ea0a87ada61e0f6311474a90 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 29 Aug 2024 22:07:12 +0200 Subject: [PATCH] Fix: back to top btn to be hidden by cookie box --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index aab18dc..ef4f917 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -972,7 +972,7 @@ pre.chroma { height: 38px; width: 38px; text-align: center; - z-index: 5; + z-index: 10000; } @@ -2012,4 +2012,4 @@ input.input { .cookie-box-hide { display: none; -} \ No newline at end of file +}