From 0175f9a5935916bfbb50d737de2cf50bf38345ac Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Thu, 7 Mar 2019 17:07:12 +0100 Subject: [PATCH] Display scrollbars when necessary for code blocks --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index ec55906..d55872f 100644 --- a/static/style.css +++ b/static/style.css @@ -59,6 +59,7 @@ tr:nth-child(2n) { } pre { padding: 16px; + overflow: auto; } pre, code { background: #f6f8fa;