Fix not clickable area at the bottom not indicated

This commit is contained in:
Kalle
2026-08-30 13:36:48 +03:00
parent 3c386529b5
commit a5a25aefd4
2 changed files with 15 additions and 0 deletions

View File

@@ -657,3 +657,14 @@
) !important;
}
}
.publift-widget-sticky_footer-container:not(.closed) {
border-top: 1.5px solid var(--color-border);
}
.publift-widget-sticky_footer-container:not(.closed)
.publift-widget-sticky_footer-container-background {
background-color: color-mix(in oklab, var(--color-bg-nav) 30%, transparent);
backdrop-filter: blur(6px);
opacity: 1;
}

View File

@@ -0,0 +1,4 @@
---
type: bug
---
Non-clickable ad container at the bottom of the page now has a visual indicator