fix hp styling

This commit is contained in:
2025-01-01 11:22:57 +01:00
parent 95ca3a9020
commit 071e6c628b

View File

@@ -468,12 +468,11 @@ nav .nav-btn {
}
.ybdnb {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
position: absolute !important;
left: -9999px !important;
top: -9999px !important;
opacity: 0 !important;
pointer-events: none;
z-index: -1;
}