From c4d0019e82629f27965a3e84ff2c355b0bb52242 Mon Sep 17 00:00:00 2001
From: VIAUD Nathan <nathan.viaud@inria.fr>
Date: Thu, 7 Dec 2023 10:42:59 +0000
Subject: [PATCH] fix: tinymce add file input in the page

---
 src/global.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/global.scss b/src/global.scss
index b7ca5dc5..b96c05cc 100644
--- a/src/global.scss
+++ b/src/global.scss
@@ -556,4 +556,8 @@ g.selected {
 
 .editor-container {
   overflow-x: hidden;
+}
+
+body > input {
+  display: none;
 }
\ No newline at end of file
-- 
GitLab