5 lines
97 B
CSS
5 lines
97 B
CSS
body {
|
|
overscroll-behavior-x: none;
|
|
overscroll-behavior-y: none;
|
|
text-size-adjust: none;
|
|
}
|