♻️ Change overflow:scroll to overflow:auto
This commit is contained in:
@@ -27,13 +27,7 @@ export const ApiPreviewInstructions = (props: StackProps) => {
|
||||
}`
|
||||
|
||||
return (
|
||||
<Stack
|
||||
spacing={10}
|
||||
overflowY="scroll"
|
||||
className="hide-scrollbar"
|
||||
w="full"
|
||||
{...props}
|
||||
>
|
||||
<Stack spacing={10} overflowY="auto" w="full" {...props}>
|
||||
<OrderedList spacing={6} px="1">
|
||||
<ListItem>
|
||||
All your requests need to be authenticated with an API token.{' '}
|
||||
|
||||
@@ -68,8 +68,7 @@ export const WhatsAppPreviewInstructions = (props: StackProps) => {
|
||||
<Stack
|
||||
as="form"
|
||||
spacing={4}
|
||||
overflowY="scroll"
|
||||
className="hide-scrollbar"
|
||||
overflowY="auto"
|
||||
w="full"
|
||||
px="1"
|
||||
onSubmit={sendWhatsAppPreviewStartMessage}
|
||||
|
||||
Reference in New Issue
Block a user