Skip to content

Commit 7ee8f84

Browse files
author
Gary Zhang
authored
fix: - fix missing style (DocSearch-VisuallyHiddenForAccessibility) for search bar
1 parent 82c6dc3 commit 7ee8f84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/styles/docsearch.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
.DocSearch--active {
5353
overflow: hidden !important;
5454
}
55-
55+
.DocSearch-VisuallyHiddenForAccessibility{
56+
visibility: hidden;
57+
}
5658
.DocSearch-Container {
5759
position: fixed;
5860
z-index: 200;

0 commit comments

Comments
 (0)