diff --git a/scss/print.scss b/scss/print.scss index 5aa7b9451..9e5c45835 100644 --- a/scss/print.scss +++ b/scss/print.scss @@ -26,7 +26,9 @@ .note-detail-textarea, .note-content-editor-shell, .note-detail-wrapper { - overflow: visible; + display: block; + overflow: auto; + position: relative; } [class^='note-detail-'] {