Skip to content

Commit 48a3c1b

Browse files
committed
- Fixed bug hiding slides navigation temporarily on scrolling
1 parent 34bbd28 commit 48a3c1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jquery.fullPage.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 2.8.4
2+
* fullPage 2.8.5
33
* https://github.com/alvarotrigo/fullPage.js
44
* MIT licensed
55
*
@@ -121,6 +121,9 @@ html.fp-enabled,
121121
z-index: 4;
122122
left: 50%;
123123
opacity: 1;
124+
-webkit-transform: translate3d(0,0,0);
125+
-ms-transform: translate3d(0,0,0);
126+
transform: translate3d(0,0,0);
124127
}
125128
.fp-slidesNav.bottom {
126129
bottom: 17px;

0 commit comments

Comments
 (0)