Merge pull request #132 from EverythingMe/feature_import

Fix overflow CSS to be auto instead of scroll
This commit is contained in:
Arik Fraimovich 2014-03-12 11:38:44 +02:00
commit 08b6141d06

View File

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