소스 검색

Fixed workspace height in ProfStef

Nicolas Petton 13 년 전
부모
커밋
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;