change button position from absolute to relative
fixes breaking view
This commit is contained in:
parent
f30c403bb1
commit
586f594554
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue