mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
refactor(chat): update ChatViewport className for improved scroll behavior consistency
This commit is contained in:
parent
7b549f8444
commit
511f4fde64
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export const ChatViewport: FC<ChatViewportProps> = ({ children, footer }) => (
|
||||||
scrollToBottomOnRunStart
|
scrollToBottomOnRunStart
|
||||||
scrollToBottomOnInitialize
|
scrollToBottomOnInitialize
|
||||||
scrollToBottomOnThreadSwitch
|
scrollToBottomOnThreadSwitch
|
||||||
className="aui-thread-viewport relative flex flex-1 min-h-0 flex-col overflow-y-auto px-4 [scroll-behavior:smooth]"
|
className="aui-thread-viewport relative flex flex-1 min-h-0 flex-col overflow-y-auto px-4 scroll-smooth"
|
||||||
style={{ scrollbarGutter: "stable" }}
|
style={{ scrollbarGutter: "stable" }}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue