Skip to content

Commit

Permalink
DOC-7512: Make sidenav scroll independently of main content (#17517)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvigilante authored Jul 21, 2023
1 parent 2fefee9 commit eb60744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current/css/layouts/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body.sidenav-open{
}

.col-sidebar-content{
max-height: calc(100vh - 50px);
max-height: calc(100vh - 120px);
overflow-y: scroll;
position: -webkit-sticky; /* Safari */
position: sticky;
Expand Down

0 comments on commit eb60744

Please sign in to comment.