Make sure visualization don't overflow

This commit is contained in:
Arik Fraimovich
2014-02-25 08:16:30 +02:00
parent 6ed80a9b92
commit 6c1ca3036b

View File

@@ -213,4 +213,8 @@ to add those CSS styles here. */
color: white;
background-color: #FF8080;
border-radius: 50%;
}
visualization-renderer > div {
overflow: scroll;
}