We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfcc21 commit 10464b2Copy full SHA for 10464b2
.gitignore
@@ -11,4 +11,6 @@ build
11
# Dependency directory
12
node_modules
13
14
-.env
+.env
15
+
16
+*.tgz
demo-app/src/pages/Demo2.tsx
@@ -80,7 +80,8 @@ const Demo2 = (props: Props) => {
80
<ScrollSpy
81
// parentScrollContainerRef={parentScrollContainerRef}
82
activeClass="ss-active-demo-2"
83
- scrollThrottle={100}
+ offsetBottom={100}
84
+ scrollThrottle={80}
85
useBoxMethod
86
>
87
<Center id="section-1" backgroundColor="orange" height="150vh">
0 commit comments