Revert D2953499

Reviewed By: fkgozali

Differential Revision: D2958190

fb-gh-sync-id: cd52ad421d0b7d5c69109337c2a0caa0d072974b
shipit-source-id: cd52ad421d0b7d5c69109337c2a0caa0d072974b
This commit is contained in:
Der-Nien Lee 2016-02-20 02:18:10 -08:00 committed by facebook-github-bot-1
parent 8e809e9b24
commit 6f565383ec
1 changed files with 3 additions and 4 deletions

View File

@ -132,12 +132,11 @@ 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: {
backgroundColor: 'transparent',
bottom: 0,
left: 0,
position: 'absolute',
right: 0,
left: 0,
top: 0,
right: 0,
bottom: 0,
},
});