Skip to content

Scrollbar Broken on Chrome #41

@gerstej9

Description

@gerstej9

I've seen some similar issues on stack overflow but I am trying to utilize the NestedMenuItem and it appears to work well but on the breakout dropdown menu the scroll is broken on Chrome but works on Firefox.

                                    id={`navigation-menu-${option.optionDisplayValue}`}
                                    label={option.optionDisplayValue}
                                    parentMenuOpen={isMenuOpen}
                                    onClick={handleClose(option)}
                                >
                                    {option.subOptions &&
                                        option.subOptions.map((subOption) => (
                                            <MenuItem
                                                key={`navigation-menu-${option.optionDisplayValue}-${subOption.optionDisplayValue}`}
                                                onClick={handleClose(subOption)}
                                            >
                                                {subOption.optionDisplayValue}
                                            </MenuItem>
                                        ))}
                                </NestedMenuItem>```

Here is an example of the code. Any suggestions or advice you can give would be greatly appreciated! Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions