♻️ Change overflow:scroll to overflow:auto
This commit is contained in:
@@ -28,7 +28,7 @@ export const MyAccountForm = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Stack spacing="6" w="full" overflowY="scroll">
|
||||
<Stack spacing="6" w="full" overflowY="auto">
|
||||
<HStack spacing={6}>
|
||||
<Avatar
|
||||
size="lg"
|
||||
|
||||
Reference in New Issue
Block a user