Fix Image preview header/footer (#1243)

This commit is contained in:
enahum 2017-12-04 12:04:58 -03:00 committed by Harrison Healey
parent b639d80159
commit 27f355abc5

View file

@ -595,7 +595,9 @@ const style = StyleSheet.create({
},
headerContainer: {
position: 'absolute',
top: 0
top: 0,
height: HEADER_HEIGHT,
zIndex: 2
},
header: {
backgroundColor: 'rgba(0, 0, 0, 0.8)',
@ -625,7 +627,9 @@ const style = StyleSheet.create({
},
footerContainer: {
position: 'absolute',
bottom: 0
bottom: 0,
height: 70,
zIndex: 2
},
footer: {
position: 'absolute',