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 коммит произвёл facebook-github-bot-1
Родитель 8e809e9b24
Коммит 6f565383ec
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -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,
},
});