From 0aecd26331741bb149bca9eefedad4a33a3f3ff1 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 28 Jan 2023 17:09:13 +0000 Subject: Add scrollbar for code block on overflow --- share/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/share/style.css b/share/style.css index cfab6d0..3d41f16 100644 --- a/share/style.css +++ b/share/style.css @@ -68,6 +68,7 @@ pre, code { color: #222; border-radius: 3px; background-color: #f2f2f2; + overflow-x: auto; } blockquote { -- cgit v1.2.3-70-g09d2