🐛 fix: Agent details sidebar and market page height overflow

This commit is contained in:
Anurag-Kochar-1
2023-11-17 21:19:16 +05:30
parent 7511f9720f
commit 71a54cc89a

View File

@@ -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 />}