diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a73b2e4a5..82ff37ea613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `20.1.0`. +**Bug Fixes** + +- Fixed `EuiDataGrid`'s sort popover to behave properly on mobile screens ([#2979](https://github.com/elastic/eui/pull/2979)) ## [`20.1.0`](https://github.com/elastic/eui/tree/v20.1.0) diff --git a/src/components/datagrid/column_sorting.tsx b/src/components/datagrid/column_sorting.tsx index 87db96c9b7b..605d90785d6 100644 --- a/src/components/datagrid/column_sorting.tsx +++ b/src/components/datagrid/column_sorting.tsx @@ -229,7 +229,8 @@ export const useColumnSorting = ( + component="span" + responsive={false}> - - {id} - + {id}