Skip to content

Commit 63913e3

Browse files
committed
b3d: make canvas absolute
1 parent 592f427 commit 63913e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/B3DAcceleratorPlugin.js

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ function B3DAcceleratorPlugin() {
151151
canvas.classList.add("b3daccel");
152152
canvas.width = w;
153153
canvas.height = h;
154+
canvas.style.position = "absolute";
154155
canvas.style.backgroundColor = "transparent";
155156
canvas.style.pointerEvents = "none";
156157
canvas.style.cursor = "normal";

0 commit comments

Comments
 (0)