5 lines
60 B
CSS
5 lines
60 B
CSS
|
|
body {
|
||
|
|
overscroll-behavior: none;
|
||
|
|
touch-action: none;
|
||
|
|
}
|