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);