Explorar o código

scroll offset top

Mao %!s(int64=4) %!d(string=hai) anos
pai
achega
6b1fcbd112
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) => {