Reviewed By: furdei

Differential Revision: D2953499

fb-gh-sync-id: 9f37af631b9540881c5af4dc8abe2b9fd334b807
shipit-source-id: 9f37af631b9540881c5af4dc8abe2b9fd334b807
This commit is contained in:
hedger wang 2016-02-19 22:58:38 -08:00 коммит произвёл facebook-github-bot-5
Родитель 2b46fd424d
Коммит 8e809e9b24
1 изменённых файлов: 5 добавлений и 4 удалений

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

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