From df2058244b1bf88b5c31140a1d9fc8d76eb4abe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Tue, 14 Mar 2023 10:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80body=E3=80=81html=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.less b/src/index.less index a6ec8f3..f9a134f 100644 --- a/src/index.less +++ b/src/index.less @@ -11,6 +11,12 @@ body { -moz-osx-font-smoothing: grayscale; } +body, +html { + overflow-x: hidden; + padding: 0; +} + code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;