Technical Documentation Page User story 14 issue

https://codepen.io/Mijhi/pen/abogmqX?editors=1100

User story 14
Layout

1. On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left half of the screen. It should always be visible to the user and should remain stationary. You may need to enlarge the viewport or zoom out to ensure the navbar doesn’t scroll with the page content.

I believe i have met all these conditions? My nav bar is on the left half of the screen on regular sized devics and it remains stationary. I’m not sure what the problem is? Help and feedback would be greatly appreciated.

It seems the issue only happens with screens less than 660 px, but I feel like that should be ok? Since it is not a regular screen size?
The same thing happens with the given example document page as well, so i’m guessing it’s alright?

Hey guys. I was stuck in test 14 and searching for answers I found this topic. Analyzing Miji code I noticed that she used a position “absolute” in the #main-doc and it resolved my problem…if anyone has some similar problem can study this position/attribute, maybe it can be the answer.

Best regards!!