Add test case for 2040

This commit is contained in:
Alex Dima 2020-09-11 09:42:41 +02:00
parent decded9610
commit 8316fef208
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
4 changed files with 100 additions and 0 deletions

View file

@ -129,6 +129,7 @@
}
let div = document.createElement('div');
div.className = 'dev-setup-control'
div.style.position = 'fixed';
div.style.top = 0;
div.style.right = 0;