From 8508142c1ba144edcc881ff82e8a39b0aee4131a Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Sat, 4 Apr 2026 23:40:05 +0200 Subject: [PATCH] add overflow-x: hidden; to article so that large images don't add a horizontal scrollbar --- scripts/docs/docs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docs/docs.css b/scripts/docs/docs.css index 29b64113..f20b94bc 100644 --- a/scripts/docs/docs.css +++ b/scripts/docs/docs.css @@ -76,6 +76,7 @@ main { article, nav.sitenav { max-width: 50rem; width: 100%; + overflow-x: hidden; } .content { margin-left: 20rem;