We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84322ef commit bc8ef4cCopy full SHA for bc8ef4c
src/librustdoc/html/templates/page.html
@@ -117,6 +117,7 @@ <h2 class="location"></h2>
117
</div> {#- -#}
118
<form class="search-form"> {#- -#}
119
<div class="search-container"> {#- -#}
120
+ <span></span> {#- This empty span is a hacky fix for Safari - See #93184 -#}
121
<input {# -#}
122
class="search-input" {# -#}
123
name="search" {# -#}
0 commit comments