Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 0d88899

Browse files
author
Chris Ferdinandi
committed
Change offsetHeight to scrollHeight to fix fixed/absolute positioning issues.
#14
1 parent 0a522c4 commit 0d88899

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A simple script to animate scrolling to anchor links. Easing support contributed
55
Getting started with Smooth Scroll is really easy. [View the online tutorial](http://cferdinandi.github.com/smooth-scroll/) or dig through the `index.html` file.
66

77
## Changelog
8+
* v2.11 (January 4, 2013)
9+
* [Change `offsetHeight` to `scrollHeight` to fix fixed/absolute positioning issues.](https://github.com/cferdinandi/smooth-scroll/pull/14)
810
* v2.10 (December 31, 2013)
911
* [Added URL history support.](https://github.com/cferdinandi/smooth-scroll/pull/17)
1012
* v2.9 (December 9, 2013)

smooth-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* =============================================================
22
3-
Smooth Scroll 2.10
3+
Smooth Scroll 2.11
44
Animate scrolling to anchor links, by Chris Ferdinandi.
55
http://gomakethings.com
66

0 commit comments

Comments
 (0)