From 23b59e54d79232d36e89110d9928a437c8fe0bbb Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Wed, 11 Feb 2026 10:03:50 -0800 Subject: [PATCH] Fix scroll to bottom button safe insets --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 7829d090..aaddd0cd 100644 --- a/src/app.css +++ b/src/app.css @@ -419,5 +419,5 @@ body.keyboard-open .hide-on-keyboard { } .chat__scroll-down { - @apply fixed bottom-28 right-4 z-feature md:bottom-16; + @apply pb-sai fixed bottom-28 right-4 z-feature md:bottom-16; }