I’ve been stuck for half a day trying to figure out why I can’t pass one thing in my technical documentation page. See below the error.
" #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 tried every possible solution I could think of. I googled and watch Youtube but nothing solves my problem. Anyone can help me figure this out?
I tried to put #navbar {position:fixed};
based on what I read here but it didn’t solve mine. Hopefully, someone can help me out please.