diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 438bf2a..8602f77 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -22,7 +22,7 @@ :global(html) { height: 100%; min-height: 100vh; - overflow: scroll; + overflow: auto; } :global(body) { @@ -30,6 +30,6 @@ min-height: 100vh; display: flex; flex-direction: column; - overflow: scroll; + overflow: auto; } diff --git a/src/routes/(app)/_components/layout/navbar.svelte b/src/routes/(app)/_components/layout/navbar.svelte index 9065d56..336777d 100644 --- a/src/routes/(app)/_components/layout/navbar.svelte +++ b/src/routes/(app)/_components/layout/navbar.svelte @@ -3,15 +3,15 @@ aria-label="Navigation Bar" >
- + NIAEFEUP's logo NIAEFEUP
- Equipa - Projetos - Eventos + Equipa + Projetos + Eventos Contactos