Merge pull request #14793 from ramonlsouza/issue-14762
Enable sidebar resize in media area of 'focus on' layouts
This commit is contained in:
commit
1d495968dc
@ -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