From bfdb0a4f5ead1ab9c76941366330af70cf6f9513 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 7 Apr 2020 14:16:51 -0500 Subject: [PATCH] notes: fix note text vertically overflowing note body. Can happen when the translator intentionally sets a note body height that's too small for the note and it causes the note text to overflow. ref: https://danbooru.donmai.us/forum_topics/9127?page=301#forum_post_164787 --- app/javascript/src/styles/specific/notes.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/src/styles/specific/notes.scss b/app/javascript/src/styles/specific/notes.scss index 540fcf111..ba02223ad 100644 --- a/app/javascript/src/styles/specific/notes.scss +++ b/app/javascript/src/styles/specific/notes.scss @@ -19,6 +19,7 @@ padding: 4px; z-index: 150; overflow-wrap: break-word; + overflow-y: hidden; } div.note-body, div.note-box.embedded div.note-box-inner-border {