diff --git a/src/components/generic/Select/Select.scss b/src/components/generic/Select/Select.scss index b39db3aab..f857adfb2 100644 --- a/src/components/generic/Select/Select.scss +++ b/src/components/generic/Select/Select.scss @@ -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; }