mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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
|
<div
|
||||||
onScroll={debouncedHandleScroll}
|
onScroll={debouncedHandleScroll}
|
||||||
ref={scrollableRef}
|
ref={scrollableRef}
|
||||||
|
tabIndex={0}
|
||||||
style={{
|
style={{
|
||||||
height: '100%',
|
height: '100%',
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue