fix for mica not reacting to resize correctly
This commit is contained in:
parent
dfd3fe6271
commit
437c0cd389
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ async function spawnMica() {
|
||||||
micaDiv.style.left = "0"
|
micaDiv.style.left = "0"
|
||||||
micaDiv.style.right = "0"
|
micaDiv.style.right = "0"
|
||||||
micaDiv.style.bottom = "0"
|
micaDiv.style.bottom = "0"
|
||||||
micaDiv.style.width = window.innerWidth + 'px';
|
|
||||||
micaDiv.style.height = window.innerHeight + 'px';
|
|
||||||
micaDiv.style.zIndex = -1
|
micaDiv.style.zIndex = -1
|
||||||
|
|
||||||
let lastScreenX;
|
let lastScreenX;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue