Skip to content

Commit

Permalink
Allow closing settings by hitting Escape
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Sep 14, 2024
1 parent f15aa2c commit 24dbec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3>${t('acknowledgements.title')}</h3>
</li>
</ul>
</section>
<div class="offcanvas offcanvas-end" id="settings">
<div class="offcanvas offcanvas-end" tabindex="-1" id="settings">
<div class="offcanvas-header">
<h3 class="offcanvas-title">${t('settings.title')}</h3>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
Expand Down

0 comments on commit 24dbec7

Please sign in to comment.