Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pdf): upgrade pdfjs to 3.6.172 #1476

Merged
merged 4 commits into from
May 26, 2023
Merged

Conversation

bfoxx1906
Copy link
Contributor

fixes issue with client custom conversion issue causing text layer on pdf's to not be visible

@bfoxx1906 bfoxx1906 requested a review from a team as a code owner May 26, 2023 05:34
@@ -4,6 +4,7 @@
position: absolute;
bottom: 25px;
left: 50%;
z-index: 3;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because the text layer z-index was set to 2 in this release and it was covering the buttons

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because the text layer z-index was set to 2 in this release and it was covering the buttons

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because the text layer z-index was set to 2 in this release and it was covering the buttons

@bfoxx1906 bfoxx1906 requested review from karelee7 and JChan106 and removed request for karelee7 May 26, 2023 17:58
@bfoxx1906 bfoxx1906 merged commit 118ec64 into box:master May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants