Make editor scroller overflow be auto, not scroll

This commit is contained in:
Nathan Sobo
2012-05-07 12:35:25 -06:00
parent 6117897665
commit f41ca1843b

View File

@@ -36,7 +36,7 @@
}
.editor .scroller {
overflow: scroll;
overflow: auto;
width: -webkit-flex(1);
height: 100%;
}