فهرست منبع

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;