Skip to content

Commit cdb9fb9

Browse files
committed
adjust scrollbar height
1 parent 2840074 commit cdb9fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/packages/lowcoder/src/comps/comps/navComp/components/MenuItemList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function MenuItemList(props: IMenuItemListProps) {
189189
</LinkPlusButton>
190190
</div>
191191
<div className="menu-list">
192-
<ScrollBar style={{ maxHeight: "300px" }}>
192+
<ScrollBar style={{ maxHeight: "400px" }}>
193193
<MenuItemHandlersContext.Provider value={handlers}>
194194
<SortableTree
195195
items={treeItems}

0 commit comments

Comments
 (0)