From b4ff6f6628475c404beb898f1dceba0cb6b0df2c Mon Sep 17 00:00:00 2001
From: Runxi Yu <me@runxiyu.org>
Date: Sun, 2 Mar 2025 09:17:13 +0800
Subject: Correct overflow behavior

---
 assets/style.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assets/style.css b/assets/style.css
index 949f7d1..0ac750e 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -20,6 +20,7 @@ html {
 
 body {
 	margin: 0rem;
+	overflow-x: clip;
 }
 
 h1 {
@@ -69,6 +70,7 @@ aside#sidebar > ul {
 div#main-and-footer {
 	margin-left: min(33%, 200px);
 	padding: 0px 10px;
+	overflow-x: auto;
 }
 
 main {
-- 
cgit v1.2.3