added scrollbar
This commit is contained in:
@@ -319,7 +319,14 @@ export default function Payment() {
|
||||
|
||||
return (
|
||||
<div className="page-background">
|
||||
<Container maxWidth="md" sx={{ py: 4 }}>
|
||||
<Container
|
||||
maxWidth="md"
|
||||
sx={{
|
||||
py: 4,
|
||||
maxHeight: '90vh',
|
||||
overflowY: 'auto'
|
||||
}}
|
||||
>
|
||||
<Paper elevation={3} sx={{ p: 4 }}>
|
||||
<Typography variant="h4" align="center" gutterBottom>
|
||||
{t('completeYourOrder')}
|
||||
|
||||
Reference in New Issue
Block a user