Răsfoiți Sursa

scroll offset top

Mao 4 ani în urmă
părinte
comite
6b1fcbd112

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/ItemsTree.tsx

@@ -85,7 +85,7 @@ const renderByInitialNode = (
 
 // --- Auto scroll related utils and vars ---
 
-const SCROLL_OFFSET_TOP = 80; // approximate height of (navigation + page tree's header)
+const SCROLL_OFFSET_TOP = 60; // approximate height of (navigation + page tree's header)
 const MUTATION_OBSERVER_CONFIG = { childList: true, subtree: true };
 
 // const scrollTo = (scrollElement:HTMLElement) => {