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
+3 -2
View File
@@ -110,10 +110,11 @@
{@render children?.()}
<!-- a little extra something for ios -->
<div class="bottom-nav fixed bottom-0 left-0 right-0 z-nav h-[var(--saib)] bg-base-100 md:hidden">
<div
class="bottom-nav hide-on-keyboard fixed bottom-0 left-0 right-0 z-nav h-[var(--saib)] bg-base-100 md:hidden">
</div>
<div
class="bottom-nav border-top bottom-sai fixed left-0 right-0 z-nav h-14 border border-base-200 bg-base-100 md:hidden">
class="bottom-nav hide-on-keyboard border-top bottom-sai fixed left-0 right-0 z-nav h-14 border border-base-200 bg-base-100 md:hidden">
<div class="content-padding-x content-sizing flex justify-between px-2">
<div class="flex gap-2 sm:gap-6">
<PrimaryNavItem title="Home" href="/home">