fix: show the scrollbar if CAPTCHA is overflowing the card
This commit is contained in:
parent
401d7c397f
commit
fdfa1e271b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function Contact() {
|
||||||
</h1>
|
</h1>
|
||||||
<div className="flex flex-col md:flex-row mb-6">
|
<div className="flex flex-col md:flex-row mb-6">
|
||||||
<form
|
<form
|
||||||
className="border-border border bg-card text-card-foreground rounded-lg mx-2 md:mx-4 max-md:mb-8 p-6 w-full self-center"
|
className="border-border border bg-card text-card-foreground rounded-lg mx-2 md:mx-4 max-md:mb-8 p-6 w-full self-center overflow-x-auto"
|
||||||
onSubmit={async (e) => {
|
onSubmit={async (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue