Skip to content

Commit

Permalink
docs(core): add missing .DocSearch-VisuallyHiddenForAccessibility style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Sep 20, 2024
1 parent 2288715 commit 833682d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nx-dev/feature-search/src/lib/algolia-search.global.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@apply overflow-hidden !important;
}

.DocSearch-VisuallyHiddenForAccessibility {
visibility: hidden;
}

body .DocSearch-Container {
@apply fixed left-0 top-0 z-[50] flex h-screen w-screen cursor-auto flex-col bg-black/10 p-4 backdrop-blur-sm sm:p-6 md:p-[10vh] lg:p-[12vh] dark:bg-white/10;
}
Expand Down

0 comments on commit 833682d

Please sign in to comment.