mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
d665efc8c8
commit
10c7924758
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
#main-nav {
|
#main-nav {
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1000;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
background: $color_white;
|
background: $color_white;
|
||||||
|
|
Loading…
Reference in a new issue