mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
fix: outline cropping for new chat / close sidebar buttons
This commit is contained in:
parent
02fc4647e1
commit
53bc5085c1
1 changed files with 4 additions and 1 deletions
|
|
@ -222,7 +222,10 @@ const Nav = memo(
|
|||
aria-label={localize('com_ui_chat_history')}
|
||||
className="flex h-full flex-col px-2 pb-3.5"
|
||||
>
|
||||
<div className="flex flex-1 flex-col overflow-hidden" ref={outerContainerRef}>
|
||||
<div
|
||||
className="flex flex-1 flex-col overflow-x-visible"
|
||||
ref={outerContainerRef}
|
||||
>
|
||||
<MemoNewChat
|
||||
subHeaders={subHeaders}
|
||||
toggleNav={toggleNavVisible}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue