Skip to content

Commit 5b9dc07

Browse files
fix: remove floating search button that overlaps chat widget
The search-button class uses position:fixed in Just the Docs CSS so moving it in the DOM has no effect. Removed entirely since the search input is already present in the header.
1 parent 4f9e96f commit 5b9dc07

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

_layouts/default.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@
7979
</div>
8080
<div id="search-results" class="search-results"></div>
8181
</div>
82-
{% if site.search.button %}
83-
<a href="#" id="search-button" class="search-button">
84-
<svg viewBox="0 0 24 24" class="icon"><use xlink:href="#svg-search"></use></svg>
85-
</a>
86-
{% endif %}
8782
{% endif %}
8883
{% include header_custom.html %}
8984
{% if site.aux_links %}

0 commit comments

Comments
 (0)