We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592f427 commit 63913e3Copy full SHA for 63913e3
plugins/B3DAcceleratorPlugin.js
@@ -151,6 +151,7 @@ function B3DAcceleratorPlugin() {
151
canvas.classList.add("b3daccel");
152
canvas.width = w;
153
canvas.height = h;
154
+ canvas.style.position = "absolute";
155
canvas.style.backgroundColor = "transparent";
156
canvas.style.pointerEvents = "none";
157
canvas.style.cursor = "normal";
0 commit comments