Skip to content

Commit bdf2c95

Browse files
vberschMarcusNotheis
authored andcommitted
fix(ObjectPage): fix empty section content when dynamically adding sections (#282)
1 parent d7dd17f commit bdf2c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/components/ObjectPage/ObjectPage.jss.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const styles = ({ parameters }: JSSTheme) => ({
2121
},
2222
outerContentContainer: {
2323
width: '100%',
24+
height: '100%',
2425
overflow: 'hidden'
2526
},
2627
contentScrollContainer: {

0 commit comments

Comments
 (0)