Fix preview scrolling

This commit is contained in:
Daniel Lautzenheiser
2022-09-20 09:42:21 -04:00
parent 35cecbd381
commit 02cfeb8b5a
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ const StyledPreviewContent = styled.div`
right: 0;
position: absolute;
height: calc(100% - 66px);
overflow-y: auto;
`;
const PreviewContent = ({ previewComponent, previewProps }: PreviewContentProps) => {