Fix scroll to bottom button safe insets

This commit is contained in:
Jon Staab
2026-02-11 10:03:50 -08:00
parent da2665d2bc
commit 23b59e54d7
+1 -1
View File
@@ -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;
}