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

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;
`;