Skip to content

Commit c8e98ff

Browse files
fix(AnalyticalTable): prevent overflow y on parent container (#521)
1 parent 57ad598 commit c8e98ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/components/AnalyticalTable/AnayticalTable.jss.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const styles = {
66
position: 'relative',
77
width: '100%',
88
maxWidth: '100%',
9+
overflowY: 'hidden',
910
overflowX: 'auto',
1011
height: '100%',
1112
minHeight: '3rem',

0 commit comments

Comments
 (0)