Browse Source

Merge pull request #19207 from jespertheend/dev

editor: make outliner resizable
Mr.doob 5 years ago
parent
commit
a7a8226531
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/css/main.css

+ 1 - 0
editor/css/main.css

@@ -455,6 +455,7 @@ select {
 	font-size: 12px;
 	cursor: default;
 	overflow: auto;
+	resize: vertical;
 	outline: none !important;
 }