Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical menu rendering issue when you in a Aura Component #14

Open
adayIvey opened this issue Dec 13, 2023 · 0 comments
Open

Vertical menu rendering issue when you in a Aura Component #14

adayIvey opened this issue Dec 13, 2023 · 0 comments

Comments

@adayIvey
Copy link

I am trying to use this menu in vertical mode in an aura "forceCommunity:layout" page (Desktop Mode)

`<lightning:layoutItem padding="around-small" size="2">

                            <ccnavmenus:navMenu 
                                menuId="a2fSv0000000bE5IAI"
                                nameFilter="" 
                                isVertical="true" 
                                language="none"
                                hamburgerMenuMode="off"
                                textTransform="inherit"
                                topLevelItemSpacing="20"
                                />

                        </div>
                    </lightning:layoutItem>
                    
                    <lightning:layoutItem padding="around-small" size="8">
                        <div class="">
                            {!v.MiddleContent}
                        </div>
                    </lightning:layoutItem>
                        
                    <lightning:layoutItem padding="around-small" size="2">
                        <div class="">
                            {!v.RightContent}
                        </div>
                    </lightning:layoutItem>`

when I add the Nav component directly to my page is renders in desktop with the overflow "More" enabled (see left column in image below) but when I drag the component onto my page into the right column in the builder it renders fine (see right column in image below)

do you have any idea how I can fix this??

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant