Skip to content

Commit

Permalink
Merge branch 'dev' into feat/lang-direction
Browse files Browse the repository at this point in the history
  • Loading branch information
alcercu authored Dec 19, 2024
2 parents f1535de + f52ed9c commit 0619ac8
Showing 1 changed file with 4 additions and 0 deletions.
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 0619ac8

Please sign in to comment.