mirror of
https://github.com/complexcaresolutions/frontend.zweitmeinu.ng.git
synced 2026-03-17 17:23:48 +00:00
fix: increase datenschutz iframe height to 5000px and remove wrapper div
This commit is contained in:
parent
ba59457100
commit
6371a2eee6
1 changed files with 8 additions and 8 deletions
|
|
@ -13,14 +13,14 @@ export default function DatenschutzPage() {
|
||||||
<h1 className="text-3xl font-bold text-navy mb-8">
|
<h1 className="text-3xl font-bold text-navy mb-8">
|
||||||
Datenschutzerklärung
|
Datenschutzerklärung
|
||||||
</h1>
|
</h1>
|
||||||
<div className="rounded-2xl overflow-hidden border border-border">
|
<iframe
|
||||||
<iframe
|
src="https://app.alfright.eu/ext/dps/alfright_schutzteam/9f315103c43245bcb0806dd56c2be757?lang=de-de&headercolor=%23131F64&headerfont=Arial&headersize=21px&subheadersize=18px&fontcolor=%23333333&textfont=Arial&textsize=14px&background=%23ffffff&linkcolor=%23337ab7"
|
||||||
src="https://app.alfright.eu/ext/dps/alfright_schutzteam/9f315103c43245bcb0806dd56c2be757?lang=de-de&headercolor=%23131F64&headerfont=Arial&headersize=21px&subheadersize=18px&fontcolor=%23333333&textfont=Arial&textsize=14px&background=%23ffffff&linkcolor=%23337ab7"
|
title="Datenschutzerklärung"
|
||||||
title="Datenschutzerklärung"
|
width="100%"
|
||||||
className="w-full min-h-[800px] border-0"
|
height={5000}
|
||||||
loading="lazy"
|
style={{ border: 0 }}
|
||||||
/>
|
loading="lazy"
|
||||||
</div>
|
/>
|
||||||
</Container>
|
</Container>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue