Browse Source

Fixes issue #9

Nicolas Petton 10 years ago
parent
commit
2ff82abca8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      css/profstef.css

+ 4 - 0
css/profstef.css

@@ -49,6 +49,10 @@ a#back {
     -moz-border-radius: 8px;
 }
 
+#tutorial .CodeMirror {
+    height: auto;
+}
+
 #tutorial .CodeMirror-scroll {
     overflow: auto;
     height: auto;