session correction sidebar items 8

This commit is contained in:
alma 2025-04-18 16:41:59 +02:00
parent 8e25f0fda2
commit 9cabc67ca0
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -178,11 +178,6 @@ export function MainNav() {
// Base menu items (available for everyone)
const baseMenuItems = [
{
title: "Santé",
icon: Heart,
href: '/sante',
},
{
title: "QG",
icon: Target,