use const over hard-coding

This commit is contained in:
Fabio Berger
2018-02-15 23:52:40 -07:00
parent 03797545f9
commit c6ecdbd86e

View File

@@ -68,7 +68,7 @@ const styles: Styles = {
right: 0,
overflowZ: 'hidden',
overflowY: 'scroll',
minHeight: 'calc(100vh - 60px)',
minHeight: `calc(100vh - ${TOP_BAR_HEIGHT}px)`,
WebkitOverflowScrolling: 'touch',
},
menuContainer: {