try fix mobile touch
This commit is contained in:
parent
82feecc4ad
commit
944f555eef
|
|
@ -4,10 +4,10 @@ html,
|
|||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
touch-action: none;
|
||||
min-height: 100vh;
|
||||
min-height: -webkit-fill-available;
|
||||
height: 100%;
|
||||
/* touch-action: none; */
|
||||
/* font-family: "Inter", sans-serif; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue