From 73f043fc4f3cc5a3abfb48fba4d2e8880567aa28 Mon Sep 17 00:00:00 2001 From: Brett Kolodny Date: Mon, 2 Jun 2025 21:24:57 +0000 Subject: [PATCH 1/2] fix: unblock editor scroll bar --- src/Editor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Editor.tsx b/src/Editor.tsx index 49038b2..a5a953e 100644 --- a/src/Editor.tsx +++ b/src/Editor.tsx @@ -132,11 +132,11 @@ export const Editor: FC = () => { {/* CODE EDITOR */}
-
From 02f2283ae59a9ff228a99d58c4a7ba4182e28c92 Mon Sep 17 00:00:00 2001 From: Brett Kolodny Date: Mon, 2 Jun 2025 21:29:12 +0000 Subject: [PATCH 2/2] fix: have json tree use the same font as editor --- src/Preview.tsx | 2 +- src/index.css | 1 + tailwind.config.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Preview.tsx b/src/Preview.tsx index 45c4fa1..54e5dd1 100644 --- a/src/Preview.tsx +++ b/src/Preview.tsx @@ -388,7 +388,7 @@ const Debugger: FC = ({ output }) => { className="h-full w-full bg-surface-primary" > -
+