Skip to content

Commit

Permalink
fix: display mode in sidebar box
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 13, 2020
1 parent 70f937d commit a551874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SidebarBox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ export const SidebarBox = ({
<ResizePanel direction="s" style={{ height: 200 }}>
<div
className="panel"
style={{ display: "flex", overflow: "hidden", height: 500 }}
style={{ display: "block", overflow: "hidden", height: 500 }}
>
<div>{content}</div>
{content}
</div>
</ResizePanel>
</Collapse>
Expand Down

0 comments on commit a551874

Please sign in to comment.