Skip to content

Commit

Permalink
Merge pull request #1085 from MTES-MCT/fix-analysis-iframe-height
Browse files Browse the repository at this point in the history
Increase the analysis iframe’s height to avoid scrolling
  • Loading branch information
Falinor authored Jan 8, 2025
2 parents 6a49df4 + a45cf5f commit 6f52062
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 6f52062

Please sign in to comment.