Skip to content

Commit

Permalink
fix(pdf): override css missing asset (#1505)
Browse files Browse the repository at this point in the history
* fix(pdf): override css missing assest

* fix(pdf): override css missing assest

* fix(pdf): override css missing assest

* fix(preview): chagning version number back
  • Loading branch information
bfoxx1906 authored Sep 1, 2023
1 parent fb495f2 commit bca54e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@ $thumbnail-sidebar-width: 191px; // Extra pixel to account for sidebar border
background: none;
}

&.loadingIcon::after {
top: $pdfjs-page-padding;
bottom: $pdfjs-page-padding;
background: none;
}

// Fixes annotation icon broken src
.textAnnotation > img {
opacity: 0;
Expand Down

0 comments on commit bca54e1

Please sign in to comment.