iframe fixed for contacts 2
This commit is contained in:
parent
1881d99fd2
commit
237a673a33
@ -11,7 +11,7 @@ export default async function Page() {
|
||||
|
||||
return (
|
||||
<main className="w-full h-screen bg-black">
|
||||
<div className="w-full h-full pt-12">
|
||||
<div className="w-full h-full px-4 pt-12 pb-4">
|
||||
<iframe
|
||||
src="https://espace.slm-lab.net/apps/contacts"
|
||||
className="w-full h-full border-none"
|
||||
@ -19,8 +19,8 @@ export default async function Page() {
|
||||
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||
style={{
|
||||
marginTop: '-64px',
|
||||
marginLeft: '-200px',
|
||||
width: 'calc(100% + 200px)'
|
||||
marginLeft: '-180px',
|
||||
width: 'calc(100% + 180px)'
|
||||
}}
|
||||
allowFullScreen
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user