Skip to content

Commit

Permalink
Merge pull request #919 from AI4Bharat/loading_spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Feb 20, 2024
2 parents 91b756a + e190497 commit 874e818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/styles/Dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 874e818

Please sign in to comment.