Skip to content

Commit 6b4205f

Browse files
committed
fix: search zoom
1 parent ab792af commit 6b4205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/layout/SearchBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const isFetched = computed(() => fetchStatus.value === 'success' || fetchStatus.
5050
placeholder="Search..."
5151
icon="i-heroicons-magnifying-glass-20-solid"
5252
autocomplete="off"
53-
class="relative w-64 text-base"
53+
class="relative w-64 text-base touch-none"
5454
@focus.prevent="isSearchBarOpen = true"
5555
>
5656
<template #trailing>

0 commit comments

Comments
 (0)