Skip to content

Commit

Permalink
fix(frontend): increase the analysis iframe’s height to avoid scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Jan 8, 2025
1 parent 6a49df4 commit a45cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Analysis/AnalysisView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function AnalysisView() {

return (
<MainContainer>
<iframe src={dashboard?.url} width="100%" height={600} title="Analyses" />
<iframe src={dashboard?.url} width="100%" height="850" title="Analyses" />
</MainContainer>
);
}
Expand Down

0 comments on commit a45cf5f

Please sign in to comment.