From 6caffead0e86c2db0601c79398605eceba749dc4 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 24 Sep 2022 06:28:50 +0800 Subject: [PATCH] fix: body overflow-y --- web/css/uoj-bs5.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/css/uoj-bs5.css b/web/css/uoj-bs5.css index 222423a..fa1bd74 100644 --- a/web/css/uoj-bs5.css +++ b/web/css/uoj-bs5.css @@ -1,3 +1,7 @@ +body { + overflow-y: scroll; +} + .uoj-username { font-weight: 800; text-decoration: none;