-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Hi,
I am using b-nav-item-dropdown component for a sidebar and I need to make the sidebar scrollable, unfortunately the boundary option it is not present for this component.
-
Can popper-opts be used to force the boundary to be sent? In theory b-nav-item-dropdown is extending b-dropdown and the functionality should be available.
-
If 1 it is not possible, using b-dropdown is there any way to generate the parent element as a li and not as a div? For example there is an option to set the toggle tag element.
Thank you.