mirror of
https://github.com/status-im/react-native.git
synced 2025-02-28 00:50:43 +00:00
fix broken drawer layout
Reviewed By: furdei Differential Revision: D2953499 fb-gh-sync-id: 9f37af631b9540881c5af4dc8abe2b9fd334b807 shipit-source-id: 9f37af631b9540881c5af4dc8abe2b9fd334b807
This commit is contained in:
parent
2b46fd424d
commit
8e809e9b24
@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user