mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
Merge pull request #132 from EverythingMe/feature_import
Fix overflow CSS to be auto instead of scroll
This commit is contained in:
commit
08b6141d06
@ -237,7 +237,7 @@ to add those CSS styles here. */
|
||||
width: 100%;
|
||||
}
|
||||
visualization-renderer > div {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user