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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,