6 lines
103 B
CSS
6 lines
103 B
CSS
@import "tailwindcss";
|
|
|
|
html, body {
|
|
touch-action: manipulation;
|
|
-webkit-touch-callout: none;
|
|
} |