瀏覽代碼

Editor: Scroll TextAreas.

Mr.doob 11 年之前
父節點
當前提交
77f97f4505
共有 2 個文件被更改,包括 12 次插入0 次删除
  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;