From 4d245e47f1241c9d82d43396bf099519c6b01ddf Mon Sep 17 00:00:00 2001 From: the lemons Date: Mon, 7 Feb 2022 09:14:41 -0600 Subject: ugh, this tiny little CSS thing has been bugging me so much --- static/amethyst.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/amethyst.css b/static/amethyst.css index cba224f..d80545e 100644 --- a/static/amethyst.css +++ b/static/amethyst.css @@ -280,7 +280,7 @@ grge { pre { background-color: white; padding: 10px; - overflow-x: scroll; + overflow-x: hidden; } pre > code { -- cgit v1.2.3