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