diff --git a/CHANGELOG.md b/CHANGELOG.md index 1259fb7a4ad..6091057a7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Fixed hover effect of nested clickable rows in `EuiBasicTable` ([#4566](https://github.com/elastic/eui/pull/4566)) - Fixed visual bug in drag&drop sections when nested in an popover ([#4590](https://github.com/elastic/eui/pull/4590)) - Fixed an errant export of `EuiSideNavProps` type from JS code ([#4604](https://github.com/elastic/eui/pull/4604)) +- Fixed misaligned `EuiComboBox` options list ([#4607](https://github.com/elastic/eui/pull/4607)) ## [`31.9.1`](https://github.com/elastic/eui/tree/v31.9.1) diff --git a/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss b/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss index 54ae77baabd..f1e0e28e6f9 100644 --- a/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss +++ b/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss @@ -5,6 +5,7 @@ .euiComboBoxOptionsList { // Remove transforms from popover panel transform: none !important; // sass-lint:disable-line no-important + top: 0; &.euiPopover__panel-isAttached.euiComboBoxOptionsList--top { /* 1 */ @include euiBottomShadowFlat;