From 071e6c628b1a005b963b0e00a5d9914df69e9e84 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Wed, 1 Jan 2025 11:22:57 +0100 Subject: [PATCH] fix hp styling --- css/style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index d685a83..855c652 100644 --- a/css/style.css +++ b/css/style.css @@ -468,13 +468,12 @@ nav .nav-btn { } .ybdnb { - opacity: 0; - position: absolute; - top: 0; - left: 0; - height: 0; - width: 0; - z-index: -1; + position: absolute !important; + left: -9999px !important; + top: -9999px !important; + opacity: 0 !important; + pointer-events: none; + z-index: -1; } .blog-card {