Skip to content

Commit 9ffdbe8

Browse files
fix scroll issue
1 parent b85bb54 commit 9ffdbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/repos/columns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const columns: ColumnDef<RepositoryColumnInfo>[] = [
5555
}
5656

5757
return (
58-
<div className="flex flex-col gap-2">
58+
<div className="flex flex-col gap-2 max-h-32 overflow-scroll">
5959
{branches.map(({ name, version }, index) => {
6060
const shortVersion = version.substring(0, 8);
6161
return (

0 commit comments

Comments
 (0)