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
@@ -14,6 +14,6 @@
{...props}
bind:this={element}
data-component="PageContent"
class="scroll-container cw md:bottom-sai fixed bottom-[calc(var(--saib)+3.5rem)] top-[calc(var(--sait)+3rem)] z-feature overflow-y-auto overflow-x-hidden {props.class}">
class="scroll-container cw cb fixed top-[calc(var(--sait)+3rem)] z-feature overflow-y-auto overflow-x-hidden {props.class}">
{@render children?.()}
</div>