We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2840074 commit cdb9fb9Copy full SHA for cdb9fb9
1 file changed
client/packages/lowcoder/src/comps/comps/navComp/components/MenuItemList.tsx
@@ -189,7 +189,7 @@ function MenuItemList(props: IMenuItemListProps) {
189
</LinkPlusButton>
190
</div>
191
<div className="menu-list">
192
- <ScrollBar style={{ maxHeight: "300px" }}>
+ <ScrollBar style={{ maxHeight: "400px" }}>
193
<MenuItemHandlersContext.Provider value={handlers}>
194
<SortableTree
195
items={treeItems}
0 commit comments