Skip to content

Commit 48eed8a

Browse files
authored
Merge pull request #389 from GuillaumeGomez/fix-overflow-y
Remove problematic css rule
2 parents 4640239 + 3a8cc02 commit 48eed8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/style.scss

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ div.rustdoc {
9393
left: 0;
9494
right: 0;
9595
top: $top-navbar-height;
96-
overflow-y: auto;
9796
max-height: calc(100vh - #{$top-navbar-height});
9897
}
9998

0 commit comments

Comments
 (0)