Browse Source

editor: make outliner resizable

Jesper van den Ende 5 years ago
parent
commit
cca87445aa
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;
 }