Technical documentation page scroll bar

I need some help to make scroll bar on the left flex side like in this example
[https://codepen.io/freeCodeCamp/full/NdrKKL ]
my project
https://codepen.io/asta84/pen/oNjgByZ
any advices how to make it? (scroll bar on right side of navigation and also fixed one)

Hey @Asta, welcome to forum.

if you set your .left-side>height to 100vh, make the position:fixed and make .right-side margin-left:25%; it will do the work i guess.

I know this is not the best solution, but it will take you to the result quickly. :slight_smile:

1 Like

Thank you so much :green_heart: