Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit e543b8f

Browse files
fix(sidenav): unable to scroll sidenav as expected (#978)
- fixes a bug in sidenav where user has to scroll to bottom of the page to reach bottom of navigation Fixes #857 Co-authored-by: Michael Prentice <splaktar@gmail.com>
1 parent f3dffd7 commit e543b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/component-sidenav/component-sidenav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ app-component-sidenav {
3333

3434
.docs-component-viewer-nav-content {
3535
width: constants.$sidenav-width;
36-
height: 100vh;
36+
height: calc(100vh - 56px);
3737
overflow: auto;
3838

3939
&::-webkit-scrollbar {

0 commit comments

Comments
 (0)