Skip to content

Commit 0619ac8

Browse files
authored
Merge branch 'dev' into feat/lang-direction
2 parents f1535de + f52ed9c commit 0619ac8

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)