learn iframe fixed for nextcloud dairy drive contacts

This commit is contained in:
Alma 2025-04-09 11:56:16 +02:00
parent 1477dab2c3
commit 5f77ac76ae
3 changed files with 18 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>