diff --git a/app/apprendre/page.tsx b/app/apprendre/page.tsx index 8d580d14..464aca8b 100644 --- a/app/apprendre/page.tsx +++ b/app/apprendre/page.tsx @@ -18,8 +18,8 @@ export default async function Page() { 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 + marginTop: '-50px', + height: 'calc(100% + 50px)' }} />