Skip to content

Commit

Permalink
pkp/pkp-lib#9890 Set the top position correctly for the main sidenav …
Browse files Browse the repository at this point in the history
…container
  • Loading branch information
blesildaramirez committed Jul 29, 2024
1 parent 53f5d89 commit 69231fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
v-if="Object.keys(links).length"
ref="containerNav"
class="nav-section sticky top-0 flex h-screen flex-none"
class="nav-section sticky top-12 flex h-screen flex-none"
>
<nav
ref="primaryNav"
Expand Down

0 comments on commit 69231fb

Please sign in to comment.