Fix scrolling topBar on Portal

This commit is contained in:
Fabio Berger
2017-12-19 12:42:16 +01:00
parent 66fe7b88b0
commit e38c7ff076
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ export class Portal extends React.Component<PortalAllProps, PortalAllState> {
blockchainIsLoaded={this.props.blockchainIsLoaded}
location={this.props.location}
/>
<div id="portal" className="mx-auto max-width-4 pt4" style={{width: '100%'}}>
<div id="portal" className="mx-auto max-width-4" style={{width: '100%'}}>
<Paper className="mb3 mt2">
{!configs.IS_MAINNET_ENABLED && this.props.networkId === constants.NETWORK_ID_MAINNET ?
<div className="p3 center">

View File

@@ -45,7 +45,7 @@ const styles: Styles = {
backgroundcolor: colors.white,
height: 59,
width: '100%',
position: 'fixed',
position: 'relative',
top: 0,
zIndex: 1100,
paddingBottom: 1,