We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228bd0c commit 409ea51Copy full SHA for 409ea51
client/packages/lowcoder/src/comps/comps/navComp/navComp.tsx
@@ -565,7 +565,7 @@ const NavCompBase = new UICompBuilder(childrenMap, (props) => {
565
);
566
if (subMenuItems.length > 0) {
567
const subMenu = (
568
- <ScrollBar style={{ height: "250px" }}>
+ <ScrollBar style={{ height: "200px" }}>
569
<StyledMenu
570
onClick={(e) => {
571
if (disabled) return;
@@ -606,7 +606,6 @@ const NavCompBase = new UICompBuilder(childrenMap, (props) => {
606
key={idx}
607
popupRender={() => subMenu}
608
disabled={disabled}
609
- trigger={["click"]}
610
>
611
{item}
612
</Dropdown>
0 commit comments