Revert D2953499
Reviewed By: fkgozali Differential Revision: D2958190 fb-gh-sync-id: cd52ad421d0b7d5c69109337c2a0caa0d072974b shipit-source-id: cd52ad421d0b7d5c69109337c2a0caa0d072974b
This commit is contained in:
parent
8e809e9b24
commit
6f565383ec
|
@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue