Scrollable main-doc in Technical Documentation project

When i scroll down my technical Documentation page in bigger normal screens, it down match the height of the left navigation section. So when i scroll down there is a white empty space at the left of the page. So plz how can i figure this out.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Build a Technical Documentation Page

Link to the challenge:

Hello @Nouh ,

Can you share your code please? This way we can figure ouut what’s wrong.

From the looks of it, you have given the nav a fixed height. If you want the nav to take up the full page height you can set a min-height of 100vh.

But as said, please post your code, or better yet post a link to your Codepen.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.