learn iframe fixed for nextcloud mail
This commit is contained in:
parent
cf7fd2448f
commit
1477dab2c3
@ -16,6 +16,12 @@ export default async function Page() {
|
||||
src="https://espace.slm-lab.net/apps/mail"
|
||||
className="w-full h-full border-none"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||
style={{
|
||||
marginTop: '-64px',
|
||||
marginLeft: '-250px', // Adjust this value based on the sidebar width
|
||||
width: 'calc(100% + 250px)' // Compensate for the negative margin
|
||||
}}
|
||||
allowFullScreen
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user