Automattic / antiscroll

OS X Lion style cross-browser native scrolling on the web that gets out of the way.
1.07k stars 162 forks source link

Fix duplication of width/height adjust code after merge #50

Closed warhammerkid closed 11 years ago

warhammerkid commented 11 years ago

It looks like in the process of merging together many branches, the code for adjusting the width and height of .antiscroll-inner got duplicated. In browsers where the scrollbar has a width, the inner div will be made significantly larger than it should be. This patch removes the old version of the css adjustment code.

warhammerkid commented 11 years ago

I'm closing this because I screwed up and pushed some unrelated commits to master, which get automatically added to the pull request. This pull request is duplicated by #52.