diff --git a/contracts/lib/forge-std b/contracts/lib/forge-std index 8f24d6b04..066ff16c5 160000 --- a/contracts/lib/forge-std +++ b/contracts/lib/forge-std @@ -1 +1 @@ -Subproject commit 8f24d6b04c92975e0795b5868aa0d783251cdeaa +Subproject commit 066ff16c5c03e6f931cd041fd366bc4be1fae82a 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; + } `; /**