apprendre page
This commit is contained in:
parent
7f9b964ac4
commit
7888170e07
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user