Skip to content

Commit cbe5b42

Browse files
author
vikasrohit
authored
Merge pull request #537 from appirio-tech/feature/project-specs-left-nav-to-correct-position
Feature/project specs left nav to correct position
2 parents 3756b1f + 0412de2 commit cbe5b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/SidebarNav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require('./SidebarNav.scss')
88
const scrollProps = {
99
spy: true,
1010
smooth: true,
11-
offset: -10,
11+
offset: -70,// 60px for top bar and 10px for margin from nav bar
1212
duration: 500,
1313
activeClass: 'active'
1414
}

0 commit comments

Comments
 (0)