From 811b5b675091c05b7b13a5a2fc8b914e1412f406 Mon Sep 17 00:00:00 2001 From: DiegoAndresCortes Date: Tue, 8 Oct 2024 04:45:43 +0000 Subject: [PATCH] chore: Sync Theme-Customs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diego Andrés --- css/compat/jquery.sceditor.default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/compat/jquery.sceditor.default.css b/css/compat/jquery.sceditor.default.css index 1395e1a..8ee4ef1 100644 --- a/css/compat/jquery.sceditor.default.css +++ b/css/compat/jquery.sceditor.default.css @@ -7,7 +7,7 @@ html { display: flex; height: auto; } -body { +body[contenteditable] { flex: 1; background: var(--input-bg); color: var(--input-color);