Skip to content

Commit

Permalink
Add element with id "Top" to receive focus from "Top of page" links i…
Browse files Browse the repository at this point in the history
…n page
  • Loading branch information
davidtrussler committed Feb 5, 2024
1 parent 9c1c0f7 commit 9056f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<%= yield :header %>

<main role="main" id="content" class="<%= @content_item.schema_name.dasherize %>" lang="<%= I18n.locale %>">
<span id="Top"></span>
<%= yield :main %>
</main>
</div>
Expand Down

0 comments on commit 9056f84

Please sign in to comment.