Skip to content

Commit

Permalink
Merge pull request #173 from grundeinkommensbuero/joyponader-patch-if…
Browse files Browse the repository at this point in the history
…rame-height-hotfix

Update style.module.scss
  • Loading branch information
joyponader authored Sep 14, 2024
2 parents cf19985 + 5591214 commit 41e9c3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const GetURLParamsComponent: React.FC = () => {
id="briefeintragung-iframe"
src={iframeSrc}
sandbox="allow-scripts allow-same-origin allow-forms allow-modals allow-popups allow-top-navigation allow-top-navigation-by-user-activation"
height="1202px"
></iframe>
);
};
Expand Down
4 changes: 0 additions & 4 deletions pages/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@
text-align: center;
margin-bottom: 5rem;
}

.iframe-container {
height: 1202px;
}

0 comments on commit 41e9c3f

Please sign in to comment.