Skip to content

Commit a551874

Browse files
committed
fix: display mode in sidebar box
1 parent 70f937d commit a551874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SidebarBox/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ export const SidebarBox = ({
140140
<ResizePanel direction="s" style={{ height: 200 }}>
141141
<div
142142
className="panel"
143-
style={{ display: "flex", overflow: "hidden", height: 500 }}
143+
style={{ display: "block", overflow: "hidden", height: 500 }}
144144
>
145-
<div>{content}</div>
145+
{content}
146146
</div>
147147
</ResizePanel>
148148
</Collapse>

0 commit comments

Comments
 (0)