Skip to content

Commit

Permalink
fix broken drawer layout
Browse files Browse the repository at this point in the history
Reviewed By: furdei

Differential Revision: D2953499

fb-gh-sync-id: 9f37af631b9540881c5af4dc8abe2b9fd334b807
shipit-source-id: 9f37af631b9540881c5af4dc8abe2b9fd334b807
  • Loading branch information
hedger wang authored and facebook-github-bot-5 committed Feb 20, 2016
1 parent 2b46fd4 commit 8e809e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Libraries/ReactIOS/renderApplication.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,12 @@ var styles = StyleSheet.create({
// This is needed so the application covers the whole screen
// and therefore the contents of the Portal are not clipped.
appContainer: {
position: 'absolute',
backgroundColor: 'transparent',
bottom: 0,
left: 0,
top: 0,
position: 'absolute',
right: 0,
bottom: 0,
top: 0,
},
});

Expand Down

0 comments on commit 8e809e9

Please sign in to comment.