We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab792af commit 6b4205fCopy full SHA for 6b4205f
app/components/layout/SearchBar.vue
@@ -50,7 +50,7 @@ const isFetched = computed(() => fetchStatus.value === 'success' || fetchStatus.
50
placeholder="Search..."
51
icon="i-heroicons-magnifying-glass-20-solid"
52
autocomplete="off"
53
- class="relative w-64 text-base"
+ class="relative w-64 text-base touch-none"
54
@focus.prevent="isSearchBarOpen = true"
55
>
56
<template #trailing>
0 commit comments