mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 02:40:14 +01:00
style: hide footer in mobile mode
style: avoid ui overflow in mobile mode
This commit is contained in:
parent
e11ce141d7
commit
7372b37fe6
5 changed files with 6 additions and 6 deletions
|
|
@ -63,7 +63,7 @@ export default function Messages({ messages, messageTree }) {
|
|||
|
||||
return (
|
||||
<div
|
||||
className="flex-1 overflow-y-auto "
|
||||
className="flex-1 overflow-y-auto pt-10 md:pt-0"
|
||||
ref={scrollableRef}
|
||||
onScroll={debouncedHandleScroll}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue