Skip to content

Commit

Permalink
rustdoc: fix bump down typing search on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jan 23, 2022
1 parent 84322ef commit bc8ef4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/templates/page.html
Expand Up @@ -117,6 +117,7 @@ <h2 class="location"></h2>
</div> {#- -#}
<form class="search-form"> {#- -#}
<div class="search-container"> {#- -#}
<span></span> {#- This empty span is a hacky fix for Safari - See #93184 -#}
<input {# -#}
class="search-input" {# -#}
name="search" {# -#}
Expand Down

0 comments on commit bc8ef4c

Please sign in to comment.