From b39035cfefe123ff2d7c9ce7e5f7fedc338fa98a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 13 Apr 2015 15:13:29 -0600 Subject: [PATCH] Scroll overflow in pre --- html/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/css/style.css b/html/css/style.css index b6fb400..7e5cab6 100644 --- a/html/css/style.css +++ b/html/css/style.css @@ -63,6 +63,7 @@ pre { border: solid #ddc 2px; padding: 0.25em; font-family: "Ubuntu Mono", monospace; + overflow: auto; } code, kbd, samp {