Fix decrypt

This commit is contained in:
2020-08-22 19:17:53 +02:00
parent ab4fc8e18a
commit 8cc811fa3f
7 changed files with 18 additions and 12 deletions

View File

@@ -9,7 +9,6 @@ if ('serviceWorker' in navigator) {
});
}
const root = document.createElement('div');
root.style.height = '100%';
document.body.appendChild(root);