From 79775ad56cc8fef7fa4b5f7dcee2b044e6c0d30b Mon Sep 17 00:00:00 2001 From: Nilay Majorwar Date: Fri, 18 Feb 2022 21:11:03 +0530 Subject: [PATCH] Make input and output panes vertically scrollable --- ui/input-editor.tsx | 27 ++++++++++++++++++--------- ui/output-viewer.tsx | 4 +++- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/ui/input-editor.tsx b/ui/input-editor.tsx index 3b65122..9c8dc02 100644 --- a/ui/input-editor.tsx +++ b/ui/input-editor.tsx @@ -27,15 +27,24 @@ const InputEditorComponent = ( ); return ( -