Skip to content

Commit f52ed9c

Browse files
authored
Merge pull request #1807 from kleros/fix/file-viewer-pdf-controls
fix(web): file-viewer-pdf-controls
2 parents a744c1f + 424c143 commit f52ed9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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)