fix for mica not reacting to resize correctly

This commit is contained in:
booploops 2022-03-11 01:54:29 -08:00
parent dfd3fe6271
commit 437c0cd389

View file

@ -7,8 +7,6 @@ async function spawnMica() {
micaDiv.style.left = "0"
micaDiv.style.right = "0"
micaDiv.style.bottom = "0"
micaDiv.style.width = window.innerWidth + 'px';
micaDiv.style.height = window.innerHeight + 'px';
micaDiv.style.zIndex = -1
let lastScreenX;