From 6e28da885f64fbc64563084e00ef3d03c1beec4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tesla=20Zhang=E2=80=AE?= Date: Sun, 31 Mar 2024 02:14:18 -0400 Subject: [PATCH] fix: use `overflow-x: auto` (#58) --- themes/mdbook/css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mdbook/css/general.css b/themes/mdbook/css/general.css index c687383..0cc72f4 100644 --- a/themes/mdbook/css/general.css +++ b/themes/mdbook/css/general.css @@ -19,7 +19,7 @@ html { body { margin: 0; font-size: 1.6rem; - overflow-x: hidden; + overflow-x: auto; } code {