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 {