mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-26 12:43:48 +08:00
🐛 fix: Agent details sidebar and market page height overflow
This commit is contained in:
@@ -48,7 +48,13 @@ const Desktop = memo(() => {
|
||||
placement={'right'}
|
||||
>
|
||||
<DraggablePanelContainer
|
||||
style={{ flex: 'none', height: '100%', minWidth: CHAT_SIDEBAR_WIDTH }}
|
||||
style={{
|
||||
flex: 'none',
|
||||
height: '100%',
|
||||
maxHeight: '100vh',
|
||||
minWidth: CHAT_SIDEBAR_WIDTH,
|
||||
overflow: 'auto',
|
||||
}}
|
||||
>
|
||||
<SafeSpacing />
|
||||
{!isInbox && <SystemRole />}
|
||||
|
||||
Reference in New Issue
Block a user