fix?: ensure canvas position and block selection
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
.canvas {
|
.canvas {
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
height: 100vh !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