learn iframe fixed for nextcloud dairy drive contacts
This commit is contained in:
parent
1477dab2c3
commit
5f77ac76ae
@ -16,6 +16,12 @@ export default async function Page() {
|
|||||||
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"
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||||
|
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||||
|
style={{
|
||||||
|
marginTop: '-64px',
|
||||||
|
marginLeft: '-250px',
|
||||||
|
width: 'calc(100% + 250px)'
|
||||||
|
}}
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,6 +16,12 @@ export default async function Page() {
|
|||||||
src="https://espace.slm-lab.net/apps/diary"
|
src="https://espace.slm-lab.net/apps/diary"
|
||||||
className="w-full h-full border-none"
|
className="w-full h-full border-none"
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||||
|
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||||
|
style={{
|
||||||
|
marginTop: '-64px',
|
||||||
|
marginLeft: '-250px',
|
||||||
|
width: 'calc(100% + 250px)'
|
||||||
|
}}
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,6 +16,12 @@ export default async function Page() {
|
|||||||
src="https://espace.slm-lab.net/apps/files"
|
src="https://espace.slm-lab.net/apps/files"
|
||||||
className="w-full h-full border-none"
|
className="w-full h-full border-none"
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||||
|
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||||
|
style={{
|
||||||
|
marginTop: '-64px',
|
||||||
|
marginLeft: '-250px',
|
||||||
|
width: 'calc(100% + 250px)'
|
||||||
|
}}
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user