Spaces:
Sleeping
Sleeping
Esteves Enzo
commited on
Commit
•
56f2b76
1
Parent(s):
aeacdfd
fix scroll bug
Browse files
components/editor/main/request.tsx
CHANGED
@@ -32,7 +32,7 @@ export const Request = ({
|
|
32 |
useUpdateEffect(() => onBodyChange(bodyForm), [bodyForm]);
|
33 |
|
34 |
return (
|
35 |
-
<div className="h-full bg-slate-900 px-4 xl:px-6 py-5">
|
36 |
{children}
|
37 |
{parameters && (
|
38 |
<div className="mt-6 grid grid-cols-2 gap-6 w-full">
|
|
|
32 |
useUpdateEffect(() => onBodyChange(bodyForm), [bodyForm]);
|
33 |
|
34 |
return (
|
35 |
+
<div className="h-full bg-slate-900 px-4 xl:px-6 py-5 overflow-auto">
|
36 |
{children}
|
37 |
{parameters && (
|
38 |
<div className="mt-6 grid grid-cols-2 gap-6 w-full">
|