InteractiveTable: Add horizontal scroll (#74888)

This commit is contained in:
Alex Khomenko
2023-09-21 14:43:38 +03:00
committed by GitHub
parent 8e8bd2760b
commit 9fca10bfc3
@@ -31,6 +31,7 @@ const getStyles = (theme: GrafanaTheme2) => {
gap: theme.spacing(2),
flexDirection: 'column',
width: '100%',
overflowX: 'auto',
}),
table: css({
borderRadius: theme.shape.radius.default,