Skip to content

Commit f5ba45c

Browse files
committed
@1.6.6
1 parent 956d369 commit f5ba45c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

dist/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@
5858

5959
.overflow_Y_hidden{
6060
overflow-y:hidden;
61+
}
62+
63+
.scrollPage::-webkit-scrollbar {
64+
display: none;
6165
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react.cordova-navigation_controller",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "Navigator for Cordova with React.js(react.cordova), This will help you to manage your pages history in the app and change pages with animation.",
55
"main": "dist/index.js",
66
"scripts": {

src/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@
5858

5959
.overflow_Y_hidden{
6060
overflow-y:hidden;
61+
}
62+
63+
.scrollPage::-webkit-scrollbar {
64+
display: none;
6165
}

0 commit comments

Comments
 (0)