Browse Source

Merge pull request #19207 from jespertheend/dev

editor: make outliner resizable
Mr.doob 5 năm trước cách đây
mục cha
commit
a7a8226531
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }