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