rcbSlide will by default be as narrow as the dropdown selector's text; it does not expand horizontally to fit its content, so a horizontal scrollbar will be created if the dropdown item text is wide enough. This is fixable by manually setting rcbSlide's(minimum) size to be larger than its contents. This allows the content (rcbList,rcbScroll, rcbItem) to intelligently resize horizonally up to the width of rcbSlide.
Here is my CSS fix for the problem.