fix: touch flash

This commit is contained in:
Tristan 2019-09-07 14:10:41 +08:00
parent ff1b0c0290
commit d8f73796e1

View File

@ -10,6 +10,7 @@ const GlobalStyle = createGlobalStyle`
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
color:#ffffeb;
touch-action: manipulation
}
html{
-webkit-font-smoothing: antialiased;
@ -22,7 +23,6 @@ const GlobalStyle = createGlobalStyle`
}
body{
-webkit-overflow-scrolling: touch;
overflow:hidden;
margin:0 auto;
background-image: url(${BodyBg});
transition:background-color 1.6s;