Skip to content

Commit

Permalink
Fixed position of mobile footer (#10750)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored Sep 19, 2017
1 parent 401d749 commit a451761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/components/MarkdownPage/MarkdownPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const MarkdownPage = ({
flex: '1 0 auto',
position: 'relative',
zIndex: 0,
overflow: 'auto', // This is required for the mobile footer layout
}}>
<TitleAndMetaTags
title={`${titlePrefix}${titlePostfix}`}
Expand Down

0 comments on commit a451761

Please sign in to comment.