mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🔧 refactor: Enable Scrolling Chat Message with Page keys (#3350)
This commit is contained in:
parent
e565e0faab
commit
d03f8285db
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ export default function MessagesView({
|
|||
<div
|
||||
onScroll={debouncedHandleScroll}
|
||||
ref={scrollableRef}
|
||||
tabIndex={0}
|
||||
style={{
|
||||
height: '100%',
|
||||
overflowY: 'auto',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue