Skip to content

Commit

Permalink
chore: scrollable components list
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jan 6, 2024
1 parent 45eaac5 commit e1c69c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/editor-layout/ComponentList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const ComponentList = (props: ComponentListProps) => {
return (
<React.Fragment>
<SettingSection
className="flex-1"
className="flex-1 overflow-auto"
collapsedOnInitial={false}
title="Components"
onAdd={() => {
Expand Down

1 comment on commit e1c69c8

@vercel
Copy link

@vercel vercel bot commented on e1c69c8 Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reka – ./

reka-prevwong.vercel.app
reka-git-main-prevwong.vercel.app
rekajs.vercel.app
reka.js.org

Please sign in to comment.