Skip to content

Commit

Permalink
fix: disable chrome tap-highlight on mobiile
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 23, 2018
1 parent fefe571 commit 09cbe88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Redoc/elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const RedocWrap = styled.div`
* {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.redoc-markdown h1 {
Expand Down

0 comments on commit 09cbe88

Please sign in to comment.