Skip to content

Commit

Permalink
Merge branch 'main' into harihargithub/patch-37005
Browse files Browse the repository at this point in the history
  • Loading branch information
harihargithub authored Dec 31, 2023
2 parents f892771 + 7ca0011 commit 9990ff0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@

#customSpinner {
width: 100%;
height: 100px;
position: relative;
/* top: 50%;
left: 50%;
transform: translate(-50%, -50%); */
background-color: #fff; /* Add a background color so you can see the div */
height: 100vh;
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
/* z-index: 1; Ensure the spinner is above other elements */
}

0 comments on commit 9990ff0

Please sign in to comment.