Skip to content

Commit

Permalink
hotfix: Update iframe style to include min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlesdoiron committed Feb 27, 2024
1 parent 941cf55 commit 40e219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/iframe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const iframe = document.createElement("iframe");
const iframeAttributes = {
src,
id: "recosante-iframe",
style: "border: none; width: 100%; display: block; margin: 0 auto;",
style: "border: none; width: 100%; display: block; margin: 0 auto; min-height: 510px",
allowfullscreen: true,
webkitallowfullscreen: true,
mozallowfullscreen: true,
Expand Down

0 comments on commit 40e219e

Please sign in to comment.