1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

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

View File

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