Skip to content

Commit

Permalink
style(feedback): screenshot in fullscreen is full width & height
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed Apr 1, 2024
1 parent 4a30659 commit 8823422
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ const StyledImageVisualization = styled(ImageVisualization)`
border-radius: ${p => p.theme.borderRadius};
max-height: calc(100vh - 300px);
}
background: ${p => p.theme.black};
border-radius: ${p => p.theme.borderRadius};
`;

export const modalCss = css`
height: 100%;
width: auto;
width: 100%;
`;

0 comments on commit 8823422

Please sign in to comment.