Przeglądaj źródła

max-height and overflow for code blocks (closes #16)

Hakim El Hattab 12 lat temu
rodzic
commit
66988b8f0a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      css/main.css

+ 2 - 1
css/main.css

@@ -212,7 +212,8 @@ body {
 
 .reveal code {
 	font-family: monospace;
-	overflow-x: auto;
+	overflow: auto;
+	max-height: 400px;
 }
 
 .reveal table th,