Merge pull request #619 from outline/tommoor-patch-1

Improve scrolling behavior
This commit is contained in:
Tom Moor 2018-03-10 22:49:34 -08:00 committed by GitHub
commit 5ad0e79a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ const Scrollable = styled.div`
height: 100%;
overflow-y: auto;
overflow-x: hidden;
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
`;