Closed ze-flo closed 3 months ago
The styling of <Combobox isBare> would break for users with OS settings set to always show scrollbars.
<Combobox isBare>
This update fixes it by setting the overflow-y of the input wrapper to visible when isBare is enabled. After fix:
overflow-y
visible
isBare
isMultiSelectable
npm start
?bedrock
Description
The styling of
<Combobox isBare>
would break for users with OS settings set to always show scrollbars.This update fixes it by setting the
overflow-y
of the input wrapper tovisible
whenisBare
is enabled. After fix:isBare
isBare
andisMultiSelectable
Checklist
:ok_hand: design updates will be Garden Designer approved (add the designer as a reviewer)npm start
):arrow_left: renders as expected with reversed (RTL) direction:metal: renders as expected with Bedrock CSS (?bedrock
):wheelchair: tested for WCAG 2.1 AA accessibility compliance