Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / experimental / webtry / res / css / webtry.css
index 09751df..246fb9b 100644 (file)
@@ -125,4 +125,10 @@ pre, code {
 
 .CodeMirror {
   border: solid gray 1px;
+  height: auto;
+}
+
+.CodeMirror-scroll {
+  overflow-y: hidden;
+  overflow-x: auto;
 }