Y
Hacker News
new
|
ask
|
show
|
jobs
by
tfigment
4977 days ago
Agreed pretty cool effects. Star Wars shifts the page slightly during the effect on both Chrome and Firefox on Windows. Also no love for IE or my Nook webkit browser but did fine on my Android ICS phone.
1 comments
joshnh
4977 days ago
The page shift can be fixed by using:
html { overflow-y: scroll; }
link
html { overflow-y: scroll; }