From a62da1312740dd7f10450bada6086af279ec26ff Mon Sep 17 00:00:00 2001 From: gtbu Date: Wed, 8 Jan 2025 20:53:26 +0100 Subject: [PATCH] ckeditor heihgt adaption --- include/css/inline_edit.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/css/inline_edit.css b/include/css/inline_edit.css index c1890a0..e6c80bc 100644 --- a/include/css/inline_edit.css +++ b/include/css/inline_edit.css @@ -6,11 +6,12 @@ html { } #ckeditor_wrap { - display: block; position: fixed; bottom: 0; right: -220px; width: 220px; + height: fit-content; + display: inline-block; top: 0; z-index: 10000; /* to be above full screen editing of ckeditor */ background: #eee;