From e0b852828aa3c8f1a6668d9777a9a5bdafb6a0e7 Mon Sep 17 00:00:00 2001 From: Ishan Gujarathi Date: Fri, 16 Feb 2024 14:25:41 +0530 Subject: [PATCH] fixed the loading spinner problem --- src/ui/styles/Dataset.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/styles/Dataset.js b/src/ui/styles/Dataset.js index e947659df..8ce09f681 100644 --- a/src/ui/styles/Dataset.js +++ b/src/ui/styles/Dataset.js @@ -170,10 +170,10 @@ const DatasetStyle = makeStyles({ position: 'fixed', // backgroundColor: 'rgba(0.5, 0, 0, 0.5)', zIndex: 1000, - width: '100%', - height: '100%', - top: 0, - left: 0, + // width: '100%', + // height: '100%', + top: '50%', + left: '50%', opacity: 1 }, search: {