From c79651add83f0e8aa5238062e449c3272c99e7c7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 9 Feb 2025 13:05:42 +0200 Subject: [PATCH] fix(print): scrollbar shown in some circumstances --- src/public/stylesheets/print.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/print.css b/src/public/stylesheets/print.css index e172ece25..c8c9920a7 100644 --- a/src/public/stylesheets/print.css +++ b/src/public/stylesheets/print.css @@ -61,6 +61,10 @@ body, overflow: auto; } +.ck.ck-editor__editable_inline { + overflow: hidden !important; +} + .note-title-widget input, .note-detail-editable-text, .note-detail-editable-text-editor {