Skip to content

Commit 014681a

Browse files
committed
- Fixed bug in IE for normalScroll elements alvarotrigo#674
1 parent 0590a8f commit 014681a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

jquery.fullPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* fullPage 2.2.4
2+
* fullPage 2.2.5
33
* https://github.com/alvarotrigo/fullPage.js
44
* MIT licensed
55
*
@@ -81,7 +81,7 @@
8181

8282
}else{
8383
$('html, body').css({
84-
'overflow' : 'initial',
84+
'overflow' : 'visible',
8585
'height' : 'initial'
8686
});
8787

jquery.fullPage.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)