dossier page rest

This commit is contained in:
alma 2025-04-21 12:20:51 +02:00
parent e2e501dc14
commit a7d84f2787

View File

@ -16,6 +16,11 @@ export default async function Page() {
<ResponsiveIframe <ResponsiveIframe
src={process.env.NEXT_PUBLIC_IFRAME_DRIVE_URL || ''} src={process.env.NEXT_PUBLIC_IFRAME_DRIVE_URL || ''}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
className="relative"
style={{
marginTop: '-50px', // Adjust this value based on the Nextcloud navbar height
height: 'calc(100% + 50px)' // Compensate for the negative margin
}}
/> />
</div> </div>
</main> </main>