Skip to content

Commit 424c143

Browse files
fix(web): file-viewer-pdf-controls
1 parent f9cb5a6 commit 424c143

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

web/src/components/FileViewer/index.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ const Wrapper = styled.div`
2020

2121
const StyledDocViewer = styled(DocViewer)`
2222
background-color: ${({ theme }) => theme.whiteBackground} !important;
23+
24+
#pdf-controls {
25+
z-index: 3;
26+
}
2327
`;
2428

2529
/**

0 commit comments

Comments
 (0)