Jeff Pace
Jeff Pace
@zwass if you go to your Mac preferences, general check to see if you have this setting on: This is a non-default setting that Chrome will pickup and use.
Firefox and Safari also exhibit this behavior with this setting on.
This appears to be caused by the following styling code: ``` &.noscroll { overflow: hidden; } ``` from commit for #17.
Looks like `src/index.css` is the only one in the source tree. Need to make sure .gitignore is correctly ignoring this artifact.