added scrollbar

This commit is contained in:
Laura Dolibois
2025-06-14 16:29:04 +02:00
parent 6d8d790ca4
commit dab3699d98

View File

@@ -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')}