From 03b7ee9f6f471097cd1eef4e658208b54100acac Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 2 Sep 2024 22:53:43 -0500 Subject: fix .chroma overflow --- static/stylesheets/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/stylesheets/style.css') diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index aae09e9..a4a8093 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -82,6 +82,9 @@ a { /* highlighted code */ .chroma { background: none; +} + +div.chroma { overflow: scroll; } -- cgit v1.2.3