Remove overflowZ property from portal

This commit is contained in:
Brandon Millman
2018-05-08 11:16:12 -07:00
parent 1b102f9ed3
commit 5ed9b8b1dc

View File

@@ -65,7 +65,6 @@ const styles: Styles = {
height: `calc(100vh - ${TOP_BAR_HEIGHT}px)`,
},
scrollContainer: {
overflowZ: 'hidden',
height: `calc(100vh - ${TOP_BAR_HEIGHT}px)`,
WebkitOverflowScrolling: 'touch',
overflow: 'auto',