Browse Source

Editor: Scroll TextAreas.

Mr.doob 11 years ago
parent
commit
77f97f4505
2 changed files with 12 additions and 0 deletions
  1. 6 0
      editor/css/dark.css
  2. 6 0
      editor/css/light.css

+ 6 - 0
editor/css/dark.css

@@ -44,6 +44,12 @@ button {
 	position: relative;
 }
 
+textarea {
+	white-space: pre;
+	word-wrap: normal;
+	overflow: scroll;
+}
+
 .Panel {
 
 	-moz-user-select: none;

+ 6 - 0
editor/css/light.css

@@ -18,6 +18,12 @@ button {
 	position: relative;
 }
 
+textarea {
+	white-space: pre;
+	word-wrap: normal;
+	overflow: scroll;
+}
+
 .Panel {
 	-moz-user-select: none;
 	-webkit-user-select: none;