소스 검색

scroll offset top

Mao 4 년 전
부모
커밋
6b1fcbd112
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/ItemsTree.tsx

+ 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) => {