mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-03 06:13:53 +00:00
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…
x
Reference in New Issue
Block a user