mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
Update zindex
This commit is contained in:
parent
a165467cd7
commit
74aeb7de42
@ -32,7 +32,7 @@ function createCanvas(): CanvasState {
|
||||
canvas.style.position = 'absolute';
|
||||
canvas.style.left = '0';
|
||||
canvas.style.top = '0';
|
||||
canvas.style.zIndex = '1000000000000000000';
|
||||
canvas.style.zIndex = '2147483647';
|
||||
// Disable any user interactions
|
||||
canvas.style.pointerEvents = 'none';
|
||||
global.document.body.appendChild(canvas);
|
||||
|
Loading…
x
Reference in New Issue
Block a user