Skip to content

Commit 9a6c338

Browse files
fix: remove floating search button
Search functionality is available via the search input in the header. Floating button was competing with chat widget for space.
1 parent 1c23df3 commit 9a6c338

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

_layouts/default.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,6 @@ <h2 class="text-delta">Table of contents</h2>
189189
</div>
190190

191191
{% if site.search_enabled != false %}
192-
{% if site.search.button %}
193-
<a href="#" id="search-button" class="search-button" style="bottom: 130px;">
194-
<svg viewBox="0 0 24 24" class="icon"><use xlink:href="#svg-search"></use></svg>
195-
</a>
196-
{% endif %}
197-
198192
<div class="search-overlay"></div>
199193
{% endif %}
200194
</div>

0 commit comments

Comments
 (0)