]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/components/page-display.js
Merge branch 'master' into 2019-design
[bookstack] / resources / assets / js / components / page-display.js
index cbb672222c264cc1ab5114269771989f9f1aa9aa..a76160247e768df6e1fe7d08719dd1bf805a8ad7 100644 (file)
@@ -136,7 +136,7 @@ class PageDisplay {
 
         // Fix the tree as a sidebar
         function stickTree() {
-            $sidebar.width($bookTreeParent.width() + 15);
+            $sidebar.width($bookTreeParent.width() - 32);
             $sidebar.addClass("fixed");
             isFixed = true;
         }