mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
fix: disable chrome tap-highlight on mobiile
This commit is contained in:
parent
fefe571d29
commit
09cbe884b5
|
@ -20,6 +20,7 @@ export const RedocWrap = styled.div`
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.redoc-markdown h1 {
|
.redoc-markdown h1 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user