diff --git a/app/components/file_attachment_list/file_attachment_image.js b/app/components/file_attachment_list/file_attachment_image.js index 521edef76..89c546459 100644 --- a/app/components/file_attachment_list/file_attachment_image.js +++ b/app/components/file_attachment_list/file_attachment_image.js @@ -186,13 +186,8 @@ const style = StyleSheet.create({ smallImageOverlay: { ...StyleSheet.absoluteFill, justifyContent: 'center', - borderRadius: 4, - }, - loaderContainer: { - position: 'absolute', - height: '100%', - width: '100%', alignItems: 'center', + borderRadius: 4, }, singleSmallImageWrapper: { height: SMALL_IMAGE_MAX_HEIGHT,