Skip to content

Commit

Permalink
last pdf wrapper changes
Browse files Browse the repository at this point in the history
  • Loading branch information
UwUtisum committed Sep 6, 2024
1 parent 0210cb1 commit 882d6ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Internal_Files/pdf_wrapper1.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 2000;
z-index: 10;
font-size: 1.5rem;
text-align: center;
display: none; /* Hide by default */
display: flex; /* Hide by default */
}
.spinner {
border: 8px solid #f3f3f3;
border-top: 8px solid #3498db;
border-top: 8px solid #9b012f;
border-radius: 50%;
width: 50px;
height: 50px;
Expand Down

0 comments on commit 882d6ce

Please sign in to comment.