Skip to content

Commit

Permalink
Beam: disable auto-stick on Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Dec 30, 2024
1 parent b14e28e commit 6136656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/chat/AppChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ export function AppChat() {
<ScrollToBottom
bootToBottom
stickToBottomInitial
disableAutoStick={isMobile && _paneBeamIsOpen}
sx={scrollToBottomSx}
>

Expand Down

0 comments on commit 6136656

Please sign in to comment.