]> BookStack Code Mirror - bookstack/commitdiff
Fixed lack of scroll in editor toolbox contents
authorDan Brown <redacted>
Fri, 16 Dec 2022 23:16:05 +0000 (23:16 +0000)
committerDan Brown <redacted>
Fri, 16 Dec 2022 23:16:51 +0000 (23:16 +0000)
For #2887

resources/sass/_pages.scss

index 720203a422aef9b5c7480d2a694a3a3aed685a7c..e037cd4c1899d1383ff45a76a1da203e877a9600 100755 (executable)
@@ -359,6 +359,7 @@ body.tox-fullscreen, body.markdown-fullscreen {
 
 .toolbox-tab-content {
   display: none;
+  overflow-y: auto;
 }
 
 .suggestion-box {
Morty Proxy This is a proxified and sanitized view of the page, visit original site.