Skip to content

Commit

Permalink
Update DocViewer container styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Oct 1, 2022
1 parent d7f1ac2 commit 376562d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const Container = styled.div`
flex-direction: column;
overflow: hidden;
background: #ffffff;
width: 100%;
height: 100%;
`;

export { DocViewerRenderers } from "./plugins";
Expand Down

0 comments on commit 376562d

Please sign in to comment.