diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cff893fdfb..f9a22392b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Added `adjustDateOnChange` prop to date pickers, enabling month and year changes to trigger `onChange` ([#1817](https://github.com/elastic/eui/pull/1817)) - Updated the overflow shadows for `EuiModal` and `EuiFlyout` ([#1829](https://github.com/elastic/eui/pull/1829)) - Added `confirmButtonDisabled` prop to `EuiConfirmModal` ([#1829](https://github.com/elastic/eui/pull/1829)) +- Fixed `EuiNavDrawer` overflow scroll behavior on Firefox ([#1837](https://github.com/elastic/eui/pull/1837)) **Bug fixes** @@ -21,8 +22,8 @@ **Bug fixes** - Added `isLoading` prop typedef to `EuiSuperDatePickerProps` ([#1812](https://github.com/elastic/eui/pull/1812)) -- Fix `EuiSearchBox` query input resetting on prop updates ([#1823](https://github.com/elastic/eui/pull/1823)) -- Fix `EuiSearchBar` filter button highlighting ([#1824](https://github.com/elastic/eui/pull/1824)) +- Fixed `EuiSearchBox` query input resetting on prop updates ([#1823](https://github.com/elastic/eui/pull/1823)) +- Fixed `EuiSearchBar` filter button highlighting ([#1824](https://github.com/elastic/eui/pull/1824)) ## [`9.9.0`](https://github.com/elastic/eui/tree/v9.9.0) diff --git a/src/components/nav_drawer/_nav_drawer.scss b/src/components/nav_drawer/_nav_drawer.scss index 971961fcb2e..f3b5d301adf 100644 --- a/src/components/nav_drawer/_nav_drawer.scss +++ b/src/components/nav_drawer/_nav_drawer.scss @@ -20,7 +20,7 @@ height: 100%; &-hasFooter { - padding-bottom: $euiSizeXXL; + margin-bottom: $euiSizeXXL; } } @@ -106,7 +106,7 @@ // No expand toggle on mobile .euiNavDrawerMenu-hasFooter { - padding-bottom: 0; + margin-bottom: 0; } .euiNavDrawer__expandButton {