From 8d40c681143bccc2efa5b25ae2770ea44a9091d0 Mon Sep 17 00:00:00 2001 From: Dankco <78634083+Dankco@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:37:01 -0700 Subject: [PATCH] fix scroll (#493) --- src/components/RunCode.tsx | 2 +- src/styles/PageWrapper.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/RunCode.tsx b/src/components/RunCode.tsx index d2630787..312a1c65 100644 --- a/src/components/RunCode.tsx +++ b/src/components/RunCode.tsx @@ -72,7 +72,7 @@ const RunCode: React.FC = ({ <> )} {displayText != '' && ( -

+

             {displayText}
           
diff --git a/src/styles/PageWrapper.scss b/src/styles/PageWrapper.scss index 45698f5c..71de7e01 100644 --- a/src/styles/PageWrapper.scss +++ b/src/styles/PageWrapper.scss @@ -60,7 +60,6 @@ $layout-hspacing: 13vh; display: inline-flex; font-family: $courier; font-size: 20px; - overflow: scroll; padding: 0 5px; }