Merge pull request #4781 from urbit/lf/ios-scroll-fix

interface: correctly scroll lock document
This commit is contained in:
matildepark 2021-04-19 01:33:54 -04:00 committed by GitHub
commit 9f648721ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ const Root = withState(styled.div`
}
display: flex;
flex-flow: column nowrap;
touch-action: none;
* {
scrollbar-width: thin;