Skip to content

Commit 6a2fb38

Browse files
committed
fix: content display mode is block again
1 parent d15be19 commit 6a2fb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SidebarBox/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const SidebarBox = ({
142142
className="panel"
143143
style={{ display: "flex", overflow: "hidden", height: 500 }}
144144
>
145-
{content}
145+
<div>{content}</div>
146146
</div>
147147
</ResizePanel>
148148
</Collapse>

0 commit comments

Comments
 (0)