6 lines
70 B
CSS
6 lines
70 B
CSS
|
|
.mouse-area {
|
||
|
|
background-color: white;
|
||
|
|
|
||
|
|
touch-action: none;
|
||
|
|
}
|