Skip to content

Commit 364b5db

Browse files
KestrerJoshua Nelson
authored and
Joshua Nelson
committed
removed fixed
1 parent 81069b6 commit 364b5db

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

templates/style.scss

+1-8
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,7 @@ div.rustdoc {
8484
}
8585
}
8686

87-
// this is actual fix for docs.rs navigation and rustdoc sidebar
88-
position: fixed;
89-
top: $top-navbar-height;
90-
bottom: 0;
91-
left: 0;
92-
right: 0;
93-
display: block;
94-
overflow-y: auto;
87+
position: relative;
9588
}
9689

9790
body {

0 commit comments

Comments
 (0)