enable sidebar resize in media on 'focus on' layouts
This commit is contained in:
parent
f6c66cc4ea
commit
283c21e4ab
@ -123,6 +123,10 @@ const SidebarContent = (props) => {
|
||||
width,
|
||||
height,
|
||||
}}
|
||||
handleStyles={{
|
||||
left: { height: '100vh' },
|
||||
right: { height: '100vh' },
|
||||
}}
|
||||
>
|
||||
{sidebarContentPanel === PANELS.CHAT
|
||||
&& (
|
||||
|
Loading…
Reference in New Issue
Block a user