Some scrolling tweaks

This commit is contained in:
Gregory Schier
2024-03-20 17:27:47 -07:00
parent 23c4971127
commit aa3bfd78c4
3 changed files with 13 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ export function BasicAuth<T extends HttpRequest | GrpcRequest>({ request }: Prop
const updateGrpcRequest = useUpdateGrpcRequest(request.id);
return (
<VStack className="my-2" space={2}>
<VStack className="py-2 overflow-y-auto h-full" space={2}>
<Input
useTemplating
autocompleteVariables