mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Make sure visualization don't overflow
This commit is contained in:
@@ -213,4 +213,8 @@ to add those CSS styles here. */
|
||||
color: white;
|
||||
background-color: #FF8080;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
visualization-renderer > div {
|
||||
overflow: scroll;
|
||||
}
|
||||
Reference in New Issue
Block a user