cursor-mover-app/crates/cursor-move-webapp/assets/styling/mouse_area.module.css

6 lines
88 B
CSS

.mouse-area {
background-color: white;
touch-action: none;
flex-grow: 1;
}