fix: body overflow-y

This commit is contained in:
Baoshuo Ren 2022-09-24 06:28:50 +08:00
parent 3f6582b478
commit 6caffead0e
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -1,3 +1,7 @@
body {
overflow-y: scroll;
}
.uoj-username { .uoj-username {
font-weight: 800; font-weight: 800;
text-decoration: none; text-decoration: none;