Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit da41980

Browse files
committed
fix search on mobile
1 parent 371deea commit da41980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/docsearch.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ svg.DocSearch-Hit-Select-Icon {
511511
var(--docsearch-footer-height)
512512
);
513513
}
514+
}
514515

515-
.DocSearch-VisuallyHiddenForAccessibility {
516-
@apply sr-only;
517-
}
516+
.DocSearch-VisuallyHiddenForAccessibility {
517+
@apply sr-only;
518518
}

0 commit comments

Comments
 (0)