From 7e48be328a0c2617f750ad23a8d06ab9fd7735ca Mon Sep 17 00:00:00 2001 From: James Seden Smith Date: Sat, 11 Oct 2025 12:53:58 +0100 Subject: [PATCH] Enable horizontal scrolling for highlighted code Add horizontal overflow for highlighted code blocks. --- _sass/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/common.scss b/_sass/common.scss index 28de241f..bed29c04 100644 --- a/_sass/common.scss +++ b/_sass/common.scss @@ -34,6 +34,7 @@ } pre.highlight { + overflow-x: auto; padding: 1.5rem; }