From f4083289efa102509dc098e5c9de713790e2d2da Mon Sep 17 00:00:00 2001 From: saranyasri-s Date: Wed, 31 Jan 2024 16:06:39 +0530 Subject: [PATCH 1/2] removed Unnecessary Horizontal Scrollbar in Learn Section - Reacting to Input with State subsection - First city quiz - index.js --- src/styles/sandpack.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/sandpack.css b/src/styles/sandpack.css index 1ae3d3bbe1c..dee08769cf8 100644 --- a/src/styles/sandpack.css +++ b/src/styles/sandpack.css @@ -211,7 +211,6 @@ html.dark .sp-wrapper { } .sandpack .sp-code-editor .cm-content { - overflow-x: auto; padding-bottom: 18px; } From f125926fef3e449a54d5245fd5766d171227067c Mon Sep 17 00:00:00 2001 From: saranyasri-s Date: Sat, 3 Feb 2024 16:59:44 +0530 Subject: [PATCH 2/2] added marginleft to main, so that the scrollbar of sidenav is clickable --- src/components/Layout/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Page.tsx b/src/components/Layout/Page.tsx index 5194279c280..ecdad0679e2 100644 --- a/src/components/Layout/Page.tsx +++ b/src/components/Layout/Page.tsx @@ -141,7 +141,7 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) { )} {/* No fallback UI so need to be careful not to suspend directly inside. */} -
+