Skip to content

Commit 09cbe88

Browse files
committed
fix: disable chrome tap-highlight on mobiile
1 parent fefe571 commit 09cbe88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Redoc/elements.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const RedocWrap = styled.div`
2020
2121
* {
2222
box-sizing: border-box;
23+
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
2324
}
2425
2526
.redoc-markdown h1 {

0 commit comments

Comments
 (0)