From c460c0d7ef51bfcccc13911dd65f3b26717fcd6a Mon Sep 17 00:00:00 2001 From: OLDREDSTONE Date: Sun, 1 Jun 2025 11:39:01 +0800 Subject: [PATCH] overflow-x --- style/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/base.css b/style/base.css index 64c8b4e..73523cf 100644 --- a/style/base.css +++ b/style/base.css @@ -334,6 +334,7 @@ main.hidden { .sidebar { border-right: 1px solid rgba(0, 0, 0, .07); overflow-y: auto; + overflow-x: hidden; padding: 40px 0 0; position: absolute; top: 0;