fix?: ensure canvas position and block selection
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
.canvas {
|
||||
width: 100vw !important;
|
||||
height: 100vh !important;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
outline: none;
|
||||
user-select: none;
|
||||
touch-action: none;
|
||||
}
|
||||
Reference in New Issue
Block a user