Skip to content

Commit

Permalink
feat: fix iframe dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Jan 2, 2024
1 parent 4dd3bb5 commit 9385135
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/client/src/components/HomePage/sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ export const IconItems = () => {
return (
<div className="home-page__section ">
{/* <h2 className="home-page__blue-title">FCE en chiffres</h2> */}
<div className="columns icons">
<div className="columns icons" style={{ height: "60vh" }}>
<iframe
title="Report Section"
width="100%"
height="373.5"
height="100%"
userScalable="no"
src="https://app.powerbi.com/view?r=eyJrIjoiNzdiNjg5YzgtNzk2OC00ZTkwLWEwOWYtNTBlOGM1ODc2ZjFlIiwidCI6IjAzNWU1MjkyLTVhMjUtNDUwOS1iYjA4LWE1NTVmN2QzMWE4YiJ9"
frameBorder="0"
allowFullScreen="true"
Expand All @@ -39,6 +40,7 @@ export const IconItems = () => {
filter: "drop-shadow(0 1px 3px rgba(0, 0, 18, 0.16))",
overflow: "hidden",
padding: 0,
color: "black",
}}
/>
</div>
Expand Down

0 comments on commit 9385135

Please sign in to comment.