Explorar o código

Editor: Scroll TextAreas.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
77f97f4505
Modificáronse 2 ficheiros con 12 adicións e 0 borrados
  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;