From 34ab63d0bff4405809476ce8dfddc9c4425173cf Mon Sep 17 00:00:00 2001 From: hzhang Date: Sun, 15 Dec 2024 07:39:38 +0000 Subject: [PATCH] fix: latex in md creates scroll bar for root --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index 7c66043..b82484d 100644 --- a/src/App.css +++ b/src/App.css @@ -14,4 +14,8 @@ flex: 1; padding: 1rem 1rem 100px 1rem; overflow-y: auto; +} + +:root { + overflow: hidden; } \ No newline at end of file