Skip to content

Commit 39071a1

Browse files
author
신용준
committed
feat: prevent ios safari scroll bounce
1 parent b0224ff commit 39071a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shinyongjun/react-fullpage",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"source": "./src/index.tsx",

package/src/assets/ReactFullpage.css

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
overflow-y: hidden;
1313
position: relative;
1414
-webkit-overflow-scrolling: touch;
15+
overscroll-behavior: none;
1516
width: 100%;
1617
height: 100%;
1718
}

0 commit comments

Comments
 (0)