Skip to content

Commit

Permalink
fix(web): file-viewer-pdf-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Dec 19, 2024
1 parent f9cb5a6 commit 424c143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions web/src/components/FileViewer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const Wrapper = styled.div`

const StyledDocViewer = styled(DocViewer)`
background-color: ${({ theme }) => theme.whiteBackground} !important;
#pdf-controls {
z-index: 3;
}
`;

/**
Expand Down

0 comments on commit 424c143

Please sign in to comment.