Skip to content

Commit

Permalink
fix: content display mode is block again
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 13, 2020
1 parent d15be19 commit 6a2fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SidebarBox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const SidebarBox = ({
className="panel"
style={{ display: "flex", overflow: "hidden", height: 500 }}
>
{content}
<div>{content}</div>
</div>
</ResizePanel>
</Collapse>
Expand Down

0 comments on commit 6a2fb38

Please sign in to comment.