Skip to content

Commit

Permalink
fix: proper scrolling on sidebar menu (kumahq#833)
Browse files Browse the repository at this point in the history
Fix kumahq#805

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana committed Jul 19, 2022
1 parent 017c3a1 commit de2c70d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vuepress/theme/styles/vuepress-core/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
}
& > .sidebar-links {
padding: 1.5rem 0;
overflow-y: scroll;
height: 100vh;

& > li > a.sidebar-link {
font-size: 1.1em;
line-height: 1.7;
Expand All @@ -46,4 +49,4 @@
padding: 1rem 0;
}
}
}
}

0 comments on commit de2c70d

Please sign in to comment.