From 10c7924758939eef53b40119fa12fc7b462af172 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Sat, 18 May 2019 15:56:54 -0700 Subject: [PATCH] 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 --- www/source/stylesheets/_nav.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/source/stylesheets/_nav.scss b/www/source/stylesheets/_nav.scss index 923cba700..01732c97d 100644 --- a/www/source/stylesheets/_nav.scss +++ b/www/source/stylesheets/_nav.scss @@ -1,9 +1,6 @@ #main-nav { - position: fixed; - top: 0; - z-index: 1000; width: 100%; max-width: 100%; background: $color_white;