Skip to content

Commit

Permalink
feat(Select): allow select options to expand horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia0817 authored and cipak committed Jan 31, 2022
1 parent ae8967e commit fabfd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/generic/Select/Select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ $C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-select;
.#{$C}__options-list {
position: absolute;
z-index: 1;
min-width: 100%;
top: calc(100% + 0.25rem);
left: 0;
right: 0;
}


Expand Down

0 comments on commit fabfd29

Please sign in to comment.