Skip to content

Commit

Permalink
docs: fix mobile double tap issue (#16293)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Sep 12, 2022
1 parent c6900f8 commit 16cba3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/assets/scss/docs.scss
Expand Up @@ -147,3 +147,9 @@ pre[class*="language-"] {
display: none;
}
}

@media (hover: none) {
.anchorjs-link {
opacity: 1;
}
}

0 comments on commit 16cba3f

Please sign in to comment.