From 17c935e80b759cfe98ea6f71266a9fda3583b25f Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 23 Feb 2022 04:02:35 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index ab1e7c0..53e63fe 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -356,7 +356,8 @@ a#content{ } .navFixed{ position: fixed!important; - top:2.5em; + top: auto; + //top:2.5em; } .internal-page .kenjohn.navRel,.navRel { position: relative!important;