From a5a25aefd45687251e6331efd3c31ba75c4a7cd8 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 30 Aug 2026 13:36:48 +0300 Subject: [PATCH] Fix not clickable area at the bottom not indicated --- app/styles/common.css | 11 +++++++++++ changelog/2026-08-30-sticky-ad-background.md | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 changelog/2026-08-30-sticky-ad-background.md diff --git a/app/styles/common.css b/app/styles/common.css index 056886ddf..eece64261 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -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; +} diff --git a/changelog/2026-08-30-sticky-ad-background.md b/changelog/2026-08-30-sticky-ad-background.md new file mode 100644 index 000000000..fb1b995af --- /dev/null +++ b/changelog/2026-08-30-sticky-ad-background.md @@ -0,0 +1,4 @@ +--- +type: bug +--- +Non-clickable ad container at the bottom of the page now has a visual indicator