Skip to main content

Browser Scroll

The browserScroll prop allows you to use the browser scroll bar. When the menu items of submenu exceed the available vertical space, the browser's scrollbar is used to scroll through the menu content.

Props

browserScroll?: boolean
Default Value
browserScroll={false}

Example

/horizontal-menu/menu-scroll/browser-scroll

Source Code