From 3979d48564cea0aa5718032f45efbc502e62a207 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 2 Sep 2024 19:30:38 -0500 Subject: fix chroma code scroll --- static/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index b234dbe..aae09e9 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -82,6 +82,7 @@ a { /* highlighted code */ .chroma { background: none; + overflow: scroll; } .chroma .lntable { -- cgit v1.2.3