Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Commit

Permalink
add overflow scroll to allow scrolling again (#17)
Browse files Browse the repository at this point in the history
* add overflow scroll to allow scrolling again

Should fix the issue when scrolling breaks when using overflow: fixed.

* Update index.tsx
  • Loading branch information
Michael Neumair authored and James Baxley committed Oct 16, 2016
1 parent 36883fc commit 6b1fcc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import assign = require("object-assign"); // tslint:disable-line

const style = {
wrapper: {
overflow: "scroll",
position: "fixed",
top: 0,
bottom: 0,
Expand Down

0 comments on commit 6b1fcc2

Please sign in to comment.