apprendre page

This commit is contained in:
alma 2025-04-21 12:11:30 +02:00
parent 7f9b964ac4
commit 7888170e07

View File

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