Documenation Page layout failure

I get a failure that [On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left side of the screen and should always be visible to the user.]
how to fix it?

Tech Doc Page

the test suite is mad about this property margin-top: 50%; in your .sidebar nav styling. if you get rid of that, it should pass.

when you ran the test suite you should have seen this error in the tests modal:

AssertionError: Top of bounding rectangle is not correct.: expected 130.734375 to be close to 0 +/- 10

that means it was expecting the top of the element nav to be at the top of the page.

1 Like

oh you are smart! I would not figure it out myself thank you