mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Fix overflow CSS to be auto instead of scroll
This commit is contained in:
parent
c3fc9879e0
commit
356128fbf5
@ -237,7 +237,7 @@ to add those CSS styles here. */
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
visualization-renderer > div {
|
visualization-renderer > div {
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user