Commit ac219d7a52bdb17b9e5352a905fb2c93ccd0882a

Timothy Allen 2017-12-05T14:18:52

Coy Theme: The 'height' element makes code blocks the height of the browser canvas. (#1224)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/themes/prism-coy.css b/themes/prism-coy.css
index 9b21b09..d0d47fc 100644
--- a/themes/prism-coy.css
+++ b/themes/prism-coy.css
@@ -46,7 +46,6 @@ pre[class*="language-"]>code {
 
 code[class*="language"] {
 	max-height: inherit;
-	height: 100%;
 	padding: 0 1em;
 	display: block;
 	overflow: auto;