Fix chat content bottom offset when keyboard is open

This commit is contained in:
Jon Staab
2025-12-02 17:20:10 -08:00
parent f65a4b0db0
commit 68fe663730
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ body.keyboard-open .cb {
@apply bottom-sai;
}
body.keyboard-open .bottom-nav {
body.keyboard-open .hide-on-keyboard {
display: none;
}