dossier page rest
This commit is contained in:
parent
e2e501dc14
commit
a7d84f2787
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user