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 f277059 commit fb4839a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Converted `EuiTitle` to TS ([#1810](https://github.com/elastic/eui/pull/1810))
- Added `adjustDateOnChange` prop to date pickers, enabling month and year changes to trigger `onChange` ([#1817](https://github.com/elastic/eui/pull/1817))
- Fix `EuiNavDrawer` overflow scroll behavior on Firefox ([#1837](https://github.com/elastic/eui/pull/1837))

## [`9.9.1`](https://github.com/elastic/eui/tree/v9.9.1)

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 fb4839a

Please sign in to comment.