Skip to content

Commit 93a59ab

Browse files
ZexbeJoshua Nelson
authored andcommitted
Workaround for keyboard scrolling
Works around keyboard not scrolling on load (without clicking)
1 parent 4ecf2a6 commit 93a59ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rustdoc.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
{{> navigation_rustdoc}}
13-
<div class="{{content.rustdoc_body_class}}">
13+
<div class="{{content.rustdoc_body_class}}" tabindex="1">
1414
{{{content.rustdoc_body}}}
1515
</div>
1616
<script type="text/javascript" src="/menu.js?{{cratesfyi_version_safe}}"></script>

0 commit comments

Comments
 (0)