From c1b3e06594df3373d52617770c5457fa4ecee68d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 18 Sep 2020 01:59:17 -0300 Subject: styles.css: Add horizontal scrollbar on long code blocks --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 092c1cd..dc90b15 100644 --- a/styles.css +++ b/styles.css @@ -104,6 +104,10 @@ pre.highlight { border-bottom: 1px solid; } +pre { + overflow: auto; +} + /* Code block anchors */ -- cgit v1.2.3