dossier page

This commit is contained in:
alma 2025-04-21 12:19:35 +02:00
parent c7779bd5a1
commit e2e501dc14

View File

@ -16,11 +16,6 @@ export default async function Page() {
<ResponsiveIframe
src={process.env.NEXT_PUBLIC_IFRAME_DRIVE_URL || ''}
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>
</main>