Skip to content

Commit

Permalink
fix: scrollable settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo committed Jan 7, 2025
1 parent 09dacef commit 55dbc9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SettingDetailItem = ({ componentProps, onValueUpdated }: Props) => {
})

return (
<div className="flex w-full flex-col">
<div className="flex h-full w-full flex-col overflow-y-auto">
{components.map((component, index) => (
<div
className={`mx-4 ${index === components.length - 1 ? '' : 'border-b border-[hsla(var(--app-border))]'}`}
Expand Down

0 comments on commit 55dbc9f

Please sign in to comment.