From 8fdc99db424a6667345c9bfe1b6163505fff1036 Mon Sep 17 00:00:00 2001 From: Daniel Chen Date: Tue, 28 Sep 2021 00:25:09 -0400 Subject: [PATCH] create scroll bar if output is more than 500px see #53 --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 8d9dbea..3b62631 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,8 @@ p code { pre { word-break: normal; word-wrap: normal; + max-height: 500px; + overflow-y: auto; } pre code { white-space: inherit;