From fbd3d8506f69a395128353b3fa48aba1805b7de7 Mon Sep 17 00:00:00 2001 From: Jesper Hodge <19345795+jesperhodge@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:53:26 -0500 Subject: [PATCH] fix: editor container can scroll again (#435) This is a fix to a problem where some css prevented the editors from scrolling. --- src/editors/Editor.jsx | 8 -------- src/editors/__snapshots__/Editor.test.jsx.snap | 18 ------------------ .../__snapshots__/index.test.jsx.snap | 4 ++-- .../containers/EditorContainer/index.jsx | 3 ++- .../containers/EditorContainer/index.scss | 6 ++++++ 5 files changed, 10 insertions(+), 29 deletions(-) create mode 100644 src/editors/containers/EditorContainer/index.scss diff --git a/src/editors/Editor.jsx b/src/editors/Editor.jsx index 9236e0474..18ead54a0 100644 --- a/src/editors/Editor.jsx +++ b/src/editors/Editor.jsx @@ -33,14 +33,6 @@ export const Editor = ({ return (