Skip to content

Commit

Permalink
fix scroll overflow issue on Firefrox
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns committed Apr 15, 2019
1 parent d6c1bcc commit 5918a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions src/components/nav_drawer/_nav_drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
height: 100%;

&-hasFooter {
padding-bottom: $euiSizeXXL;
margin-bottom: $euiSizeXXL;
}
}

Expand Down Expand Up @@ -106,7 +106,7 @@
// No expand toggle on mobile

.euiNavDrawerMenu-hasFooter {
padding-bottom: 0;
margin-bottom: 0;
}

.euiNavDrawer__expandButton {
Expand Down

0 comments on commit 5918a65

Please sign in to comment.