Skip to content

Commit

Permalink
fix(react): update issue with combobox buttons overlapping (#9742)
Browse files Browse the repository at this point in the history
* feat(ContentSwitcher): preliminary unstable refactor

* fix(combobox): overlapping bug

* Delete UnstableContentSwitcher-story.js

* Delete UnstableContentSwitcher.js

* Delete styles.scss

* Delete index.js

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
andreancardona and kodiakhq[bot] authored Sep 28, 2021
1 parent c7e1cdf commit 58006cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ $list-box-menu-width: rem(300px);
position: absolute;
top: 50%;
/* to preserve .5rem space between icons according to spec top/transform used to center the combobox clear selection icon in IE11 */
right: rem(36px);
right: rem(40px);
display: flex;
width: rem(24px);
height: rem(24px);
Expand Down

0 comments on commit 58006cc

Please sign in to comment.