瀏覽代碼

fixed accessability label visability

Tony Boyle 9 月之前
父節點
當前提交
ac21091fca
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/styles/docsearch.css

+ 4 - 0
src/styles/docsearch.css

@@ -53,6 +53,10 @@
   overflow: hidden !important;
 }
 
+.DocSearch-VisuallyHiddenForAccessibility {
+  visibility: hidden;
+}
+
 .DocSearch-Container {
   position: fixed;
   z-index: 200;