7 lines
159 B
CSS
7 lines
159 B
CSS
.mouse-area {
|
|
background: radial-gradient(#0004 15%, transparent 20%), white;
|
|
background-size: 15px 15px;
|
|
|
|
touch-action: none;
|
|
flex-grow: 1;
|
|
}
|