client: quick search results: fix dropdown compatibility with the Next theme

pull/1138/head
Adorian Doran 2025-02-08 00:38:18 +07:00
parent 02c08e79ae
commit 172eb8a529
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ const TPL = `
<button class="btn btn-outline-secondary search-button" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="bx bx-search"></span>
</button>
<div class="dropdown-menu dropdown-menu-left"></div>
<div class="dropdown-menu dropdown-menu-left tn-dropdown-list"></div>
</div>
<input type="text" class="form-control form-control-sm search-string" placeholder="${t("quick-search.placeholder")}">
</div>`;