From: Dan Brown Date: Fri, 16 Dec 2022 23:16:05 +0000 (+0000) Subject: Fixed lack of scroll in editor toolbox contents X-Git-Tag: v22.11.1~1^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/a521f418382aaec18ed6fce997a2b204a9a7eb56 Fixed lack of scroll in editor toolbox contents For #2887 --- diff --git a/resources/sass/_pages.scss b/resources/sass/_pages.scss index 720203a42..e037cd4c1 100755 --- a/resources/sass/_pages.scss +++ b/resources/sass/_pages.scss @@ -359,6 +359,7 @@ body.tox-fullscreen, body.markdown-fullscreen { .toolbox-tab-content { display: none; + overflow-y: auto; } .suggestion-box {