Skip to content

Commit 6424015

Browse files
committed
Fixed search not opening on Chrome mobile
Signed-off-by: squidfunk <martin.donath@squidfunk.com>
1 parent 031dad0 commit 6424015

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dist/assets/javascripts/bundle.eb4bcacf.min.js renamed to dist/assets/javascripts/bundle.6b62de02.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
</script>
251251
{% endblock %}
252252
{% block scripts %}
253-
<script src="{{ 'assets/javascripts/bundle.eb4bcacf.min.js' | url }}"></script>
253+
<script src="{{ 'assets/javascripts/bundle.6b62de02.min.js' | url }}"></script>
254254
{% for script in config.extra_javascript %}
255255
{{ script | script_tag }}
256256
{% endfor %}

src/assets/javascripts/components/search/_/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export function mountSearch(
8888

8989
// Adjust styles of host
9090
host.style.position = "fixed"
91+
host.style.height = "100%"
9192
host.style.top = "0"
9293
host.style.zIndex = "4";
9394

0 commit comments

Comments
 (0)