From aa3bcda7cd891cf95c1fb59dd8ea55d0b8e734dc Mon Sep 17 00:00:00 2001 From: Koxiaet <38139193+Koxiaet@users.noreply.github.com> Date: Sat, 7 Dec 2019 07:08:55 +0000 Subject: [PATCH] removed fixed --- templates/style.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/templates/style.scss b/templates/style.scss index b4382edcc..cbc597c91 100644 --- a/templates/style.scss +++ b/templates/style.scss @@ -85,14 +85,7 @@ div.rustdoc { } } - // this is actual fix for docs.rs navigation and rustdoc sidebar - position: fixed; - top: $top-navbar-height; - bottom: 0; - left: 0; - right: 0; - display: block; - overflow-y: auto; + position: relative; } body {