Skip to content

Commit

Permalink
Set cursor to auto instead of pointer on .DocSearch-Container
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and mdo committed Sep 1, 2022
1 parent 1531867 commit 995df35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/assets/scss/_search.scss
Expand Up @@ -23,6 +23,7 @@
--docsearch-hit-shadow: none;

z-index: 2000; // Make sure to be over all components showcased in the documentation
cursor: auto;

@include media-breakpoint-up(lg) {
padding-top: 4rem;
Expand Down

0 comments on commit 995df35

Please sign in to comment.