diff --git a/web/src/components/FileViewer/index.tsx b/web/src/components/FileViewer/index.tsx index fa67a9bb1..39b025a53 100644 --- a/web/src/components/FileViewer/index.tsx +++ b/web/src/components/FileViewer/index.tsx @@ -20,6 +20,10 @@ const Wrapper = styled.div` const StyledDocViewer = styled(DocViewer)` background-color: ${({ theme }) => theme.whiteBackground} !important; + + #pdf-controls { + z-index: 3; + } `; /**