浏览代码

Editor: Fixed horizontal overflow css issue.

Mr.doob 2 年之前
父节点
当前提交
fe31bbc5b3
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      editor/css/main.css

+ 1 - 3
editor/css/main.css

@@ -67,13 +67,13 @@ textarea, input { outline: none; } /* osx */
 	position: relative;
 	position: relative;
 	display: block;
 	display: block;
 	width: 100%;
 	width: 100%;
+	min-width: 260px;
 }
 }
 
 
 .TabbedPanel .Tabs {
 .TabbedPanel .Tabs {
 	position: relative;
 	position: relative;
 	display: block;
 	display: block;
 	width: 100%;
 	width: 100%;
-	min-width: 300px;
 }
 }
 
 
 	.TabbedPanel .Tabs .Tab {
 	.TabbedPanel .Tabs .Tab {
@@ -85,8 +85,6 @@ textarea, input { outline: none; } /* osx */
 		position: relative;
 		position: relative;
 		display: block;
 		display: block;
 		width: 100%;
 		width: 100%;
-		height: 100%;
-		min-width: 300px;
 	}
 	}
 
 
 /* Listbox */
 /* Listbox */