From 6817f79a4b0d5f95c5347896ee2d55de2a082b6d Mon Sep 17 00:00:00 2001 From: Edwin Date: Mon, 21 Aug 2017 17:10:30 +1000 Subject: [PATCH] Make sure loading indicator displays over the top of the finalise modal --- src/globalStyles/loadingIndicatorStyles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globalStyles/loadingIndicatorStyles.js b/src/globalStyles/loadingIndicatorStyles.js index d23ec6ef9..7d722e79b 100644 --- a/src/globalStyles/loadingIndicatorStyles.js +++ b/src/globalStyles/loadingIndicatorStyles.js @@ -11,5 +11,6 @@ export const loadingIndicatorStyles = { alignItems: 'center', backgroundColor: DARK_GREY, opacity: 0.88, + zIndex: 2, }, };