Skip to content

Commit fb9e60c

Browse files
colinbmlfdebrux
authored andcommitted
Make scrollable area keyboard focusable
1 parent d791c7b commit fb9e60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/source/layouts/core.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</div>
5454
<% end %>
5555

56-
<div class="app-pane__content toc-open-disabled">
56+
<div class="app-pane__content toc-open-disabled" tabindex="0">
5757
<main id="content" class="technical-documentation" data-module="anchored-headings">
5858
<%= yield %>
5959
<%= partial "layouts/page_review" %>

0 commit comments

Comments
 (0)