change button position from absolute to relative

fixes breaking view
This commit is contained in:
Barry Gitarts 2018-08-10 21:26:07 -04:00
parent f30c403bb1
commit 586f594554
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ const InnerForm = ({
required
wide />
</Field>
<div style={{ position: 'absolute', left: 0, right: 0, bottom: 0 }}>
<div style={{ position: 'relative', left: 0, right: 0, bottom: 0 }}>
<MobileButton type="submit" text="Register with transaction" style={{ width: '100%' }}/>
</div>
</Hidden>