Skip to content

Commit

Permalink
Request timeout can now be configured in settings modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed Mar 23, 2024
1 parent 37fd68c commit 0fa70c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/settings-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export function SettingsDialog() {
form here
*/}

{/* we need to set a max-height on this div for overflow to work */}
<div className="grid max-h-[500px] gap-6 overflow-y-auto px-4 py-4">
<div className="flex flex-col gap-4">
<FormField
Expand Down

0 comments on commit 0fa70c0

Please sign in to comment.