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 418d144
Showing 1 changed file with 2 additions and 2 deletions.
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 418d144

Please sign in to comment.