We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0224ff commit 39071a1Copy full SHA for 39071a1
package/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shinyongjun/react-fullpage",
3
- "version": "1.8.4",
+ "version": "1.8.5",
4
"main": "./dist/cjs/index.js",
5
"module": "./dist/esm/index.js",
6
"source": "./src/index.tsx",
package/src/assets/ReactFullpage.css
@@ -12,6 +12,7 @@
12
overflow-y: hidden;
13
position: relative;
14
-webkit-overflow-scrolling: touch;
15
+ overscroll-behavior: none;
16
width: 100%;
17
height: 100%;
18
}
0 commit comments