From f4083289efa102509dc098e5c9de713790e2d2da Mon Sep 17 00:00:00 2001 From: saranyasri-s Date: Wed, 31 Jan 2024 16:06:39 +0530 Subject: [PATCH] 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; }