Fix overflow CSS to be auto instead of scroll

This commit is contained in:
Arik Fraimovich 2014-03-12 11:38:21 +02:00
parent c3fc9879e0
commit 356128fbf5

View File

@ -237,7 +237,7 @@ to add those CSS styles here. */
width: 100%;
}
visualization-renderer > div {
overflow: scroll;
overflow: auto;
}
/*