Page 1 of 1

SplitButton - remove scrollbar from dropdown menu

Posted: 07 Aug 2021, 15:35
by kimg
Hi,
I have a spiltbutton with 5 menu items.

the drop down shows as expected when the down arrow is clciked. But the drop down menu has a horisontal scrollbar at the bottom. Even though it is not needed.

How can I get rid of this scrollbar?

thanks
Kim

Re: SplitButton - remove scrollbar from dropdown menu

Posted: 09 Aug 2021, 07:26
by siris
Hi,

Are you using a divider or separator component in the menu?

Best Regards,

Re: SplitButton - remove scrollbar from dropdown menu

Posted: 09 Aug 2021, 10:55
by kimg
Yes

Re: SplitButton - remove scrollbar from dropdown menu

Posted: 09 Aug 2021, 11:04
by kimg
ok,
it was the devider that caused the problems.

I just entered

Code: Select all

body .ui-menu .ui-divider.ui-divider-horizontal {
    margin: auto;
}
in the page containing the splitbutton and it solved the problem.

I don't know if it has other consequenses but for now it works.

Re: SplitButton - remove scrollbar from dropdown menu

Posted: 10 Aug 2021, 06:51
by siris
Hi,

I'm glad your issue was solved.

Best Regards,