Skip to content

Commit

Permalink
fix: update algolia search container z-index (#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilearnjs authored Jun 22, 2023
1 parent a54b3a8 commit 4687990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/components/AlgoliaSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ onMounted(() => {
}
.DocSearch-Container {
z-index: 99;
z-index: 10000;
&::after,
&::before {
Expand Down

0 comments on commit 4687990

Please sign in to comment.