diff --git a/app/screens/image_preview/image_preview.js b/app/screens/image_preview/image_preview.js index a1a90060c..f5d6d1584 100644 --- a/app/screens/image_preview/image_preview.js +++ b/app/screens/image_preview/image_preview.js @@ -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',