From a9a8865d6b16468a982200ee8c1d54c5c0eb4786 Mon Sep 17 00:00:00 2001 From: "vivien.dufour" Date: Wed, 20 Dec 2023 09:17:06 +0100 Subject: [PATCH] blocks the ability to scroll up and down in the editor --- front/style/editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/style/editor.css b/front/style/editor.css index a7e72f9..196b40e 100644 --- a/front/style/editor.css +++ b/front/style/editor.css @@ -7,6 +7,8 @@ background-color: var(--background-color); flex-direction: column; + + overflow: hidden; } #topbar-left {