From 5e89753bef29b1aeb67a9e6d48f119626fc9a334 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 1 Dec 2023 23:28:56 +0900 Subject: [PATCH] Update main.css --- themes/mytheme/assets/css/common/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/mytheme/assets/css/common/main.css b/themes/mytheme/assets/css/common/main.css index 9a6bf73..f9ff596 100644 --- a/themes/mytheme/assets/css/common/main.css +++ b/themes/mytheme/assets/css/common/main.css @@ -4,6 +4,7 @@ max-width: calc(var(--main-width) + var(--gap) * 2); margin: auto; padding: var(--gap); + overflow: hidden; } .page-header h1 { @@ -78,4 +79,4 @@ pre:hover .copy-code { font-weight: bold; margin: 32px 4px 36px 4px; text-align: center; -} \ No newline at end of file +}