6 lines
88 B
CSS
6 lines
88 B
CSS
.mouse-area {
|
|
background-color: white;
|
|
|
|
touch-action: none;
|
|
flex-grow: 1;
|
|
}
|