fix searchbar click

This commit is contained in:
philipp lang 2022-12-04 23:57:31 +01:00
parent 55e5ae1809
commit 1ab866a2fe
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
</div> </div>
<label <label
for="search" for="search"
:class="{'opacity-0 sm:opacity-100': !searchVisible, 'opacity-100': searchVisible}" :class="{'hidden sm:block': !searchVisible, 'block': searchVisible}"
class="absolute left-10 sm:static transition-all" class="absolute left-10 sm:static transition-all"
> >
<input <input