1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Docs: offcanvas toggles accessibility fixes, fully hide layout template input

Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
This commit is contained in:
Louis-Maxime Piton
2023-01-02 17:07:48 +01:00
committed by GitHub
parent dbdfab8a95
commit 0d64dc6dfc
3 changed files with 7 additions and 7 deletions

View File

@@ -68,5 +68,5 @@
{{ range .Page.Params.extra_js -}}
<script{{ with .async }} async{{ end }} src="{{ .src }}"></script>
{{- end -}}
<div class="position-fixed"><input type="text" tabindex="-1"></div>
<div class="position-fixed" aria-hidden="true"><input type="text" tabindex="-1"></div>
{{ end }}