fix: disable chrome tap-highlight on mobiile

This commit is contained in:
Roman Hotsiy 2018-03-23 16:17:01 +02:00
parent fefe571d29
commit 09cbe884b5
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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 {