fix: clicking continue button
This commit is contained in:
parent
6a57932038
commit
8cf30474dc
|
@ -60,7 +60,7 @@ const Overview = () => {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</Shadow>
|
</Shadow>
|
||||||
<Stack style={{ alignItems: 'end', width: '100%', marginTop: '16px' }}>
|
<Stack style={{ alignItems: 'end', width: '100%', marginTop: '16px', zIndex: 999 }}>
|
||||||
<Button>Continue</Button>
|
<Button>Continue</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue