Skip to content

Commit 9c8de3a

Browse files
authored
fix: unscrollable theme menu (#1005)
1 parent b309959 commit 9c8de3a

File tree

1 file changed

+1
-1
lines changed
  • packages/dashboard-app/src/components/preference

1 file changed

+1
-1
lines changed

packages/dashboard-app/src/components/preference/listItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function Setting({
122122
<SelectTrigger className="w-60">
123123
<SelectValue />
124124
</SelectTrigger>
125-
<SelectContent>
125+
<SelectContent className="max-h-64 overflow-auto">
126126
<SelectGroup>
127127
{data.options?.map((o, i) => {
128128
// console.log({ pref: data.id, localValue, inputValue: o, equal: localValue === o })

0 commit comments

Comments
 (0)