Fixed lack of scroll in editor toolbox contents

For #2887
This commit is contained in:
Dan Brown 2022-12-16 23:16:05 +00:00
parent 0123d83fb2
commit a521f41838
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -359,6 +359,7 @@ body.tox-fullscreen, body.markdown-fullscreen {
.toolbox-tab-content {
display: none;
overflow-y: auto;
}
.suggestion-box {