From ac219d7a52bdb17b9e5352a905fb2c93ccd0882a Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Tue, 5 Dec 2017 14:18:52 -0500 Subject: [PATCH] Coy Theme: The 'height' element makes code blocks the height of the browser canvas. (#1224) --- themes/prism-coy.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/prism-coy.css b/themes/prism-coy.css index 9b21b09cae..d0d47fcca0 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;