Make the API header stay at the top of the page so URLS w/ #slugs work.

Right now the header being fixed to the window obscures the section
header for any API doco we provide. Not friendly to the user.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-05-18 15:56:54 -07:00
parent d665efc8c8
commit 10c7924758

View file

@ -1,9 +1,6 @@
#main-nav {
position: fixed;
top: 0;
z-index: 1000;
width: 100%;
max-width: 100%;
background: $color_white;