From 42b6d8531759d51c81b0357e8913a0a3715650d9 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 {