瀏覽代碼

Fixed workspace height in ProfStef

Nicolas Petton 12 年之前
父節點
當前提交
86b4ccda5f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      css/profstef.css

+ 5 - 0
css/profstef.css

@@ -49,6 +49,11 @@ a#back {
     -moz-border-radius: 8px;
 }
 
+#tutorial .CodeMirror-scroll {
+    overflow: auto;
+    height: auto;
+}
+
 #footer .main {
     	border-top: 1px dashed #bbb;
 	padding-top: 10px;