mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
InteractiveTable: Add horizontal scroll (#74888)
This commit is contained in:
parent
8e8bd2760b
commit
9fca10bfc3
@ -31,6 +31,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
|||||||
gap: theme.spacing(2),
|
gap: theme.spacing(2),
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
overflowX: 'auto',
|
||||||
}),
|
}),
|
||||||
table: css({
|
table: css({
|
||||||
borderRadius: theme.shape.radius.default,
|
borderRadius: theme.shape.radius.default,
|
||||||
|
Loading…
Reference in New Issue
Block a user