Technical Documentation Page Help Needed!

Hello people!

I can’t validate this test because I keep having this issue:

  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 tried “position: fixed;” but it doesn’t work… here’s the link to the page: https://codepen.io/nelson14/pen/qBZEYZb?editors=1100

I’ve been working on this for days now… Need help!!

That test is supposed to fail when the viewport width (browser window) is smaller than 868px. That is, you are passing that test and it is only failing when it is supposed to fail.

Alright! Thanks for your answer I’ve been on this one for too long :slight_smile: