aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-07 09:14:41 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-07 09:14:41 -0600
commit4d245e47f1241c9d82d43396bf099519c6b01ddf (patch)
treef1903018c169342d56665d11621e0e085011d8fc
parent97f6cc0097345caecf952e4b689c733c43f134fc (diff)
ugh, this tiny little CSS thing has been bugging me so much
-rw-r--r--static/amethyst.css2
1 files changed, 1 insertions, 1 deletions
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 {