From: Sven Date: Thu, 5 Oct 2017 08:13:29 +0000 (+0200) Subject: remove sticky Navbar on feature page and add scroll to X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3ba00b0b6ed7df4089d00703b09de53fe6de20c;p=people%2Fshoehn%2Fipfire.org.git remove sticky Navbar on feature page and add scroll to --- diff --git a/static/css/style.css b/static/css/style.css index 4ac2968..3f46af3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4692,11 +4692,9 @@ h5.fireinfo { #sidebar ul { list-style: none; } #sidebar ul.features_nav { - padding: 0 0 24px 0; - max-height: calc(100vh - 96px); - overflow-x: auto; } + padding: 0 0 24px 0; } #sidebar ul ul { - margin: 24px 0 0 0; + margin: 0; padding-left: 0; } #sidebar ul ul li:last-child { margin-bottom: 0; } @@ -4713,9 +4711,6 @@ h5.fireinfo { color: #b71c1c; border-left: 2px solid #b71c1c; padding: 0 8px 0 6px; } - #sidebar ul.features_nav.fixed { - position: fixed; - top: 120px; } .btn-red900 { color: #fff !important; diff --git a/templates/static/features.html b/templates/static/features.html index 5469b6a..091c41f 100644 --- a/templates/static/features.html +++ b/templates/static/features.html @@ -1517,15 +1517,17 @@ {% end block %} \ No newline at end of file