This commit is contained in:
syuilo 2021-03-05 23:23:00 +09:00
parent 41f4c247bc
commit dc3329bae2

View file

@ -8,8 +8,8 @@ html {
z-index: 10000;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
cursor: wait;
background-color: var(--bg);
opacity: 1;