Fix scroll down z index

This commit is contained in:
Jon Staab
2025-12-08 09:27:38 -08:00
parent 7bae956ffa
commit c7eec167cf
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -409,5 +409,5 @@ body.keyboard-open .hide-on-keyboard {
}
.chat__scroll-down {
@apply fixed bottom-28 right-4 md:bottom-16;
@apply fixed bottom-28 right-4 z-feature md:bottom-16;
}