Skip to content

Commit a7dadf0

Browse files
authored
fix: docsearch modal hover cursor (#169)
1 parent 05f2bda commit a7dadf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/styles/docsearch.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@
4848

4949
@apply grid h-5 w-3.5 place-items-center rounded bg-white px-1 text-xs text-gray-600 dark:bg-gray-600 dark:text-gray-200;
5050
}
51+
52+
.DocSearch-Container {
53+
cursor: auto;
54+
}

0 commit comments

Comments
 (0)