fix fouc if viewport changes

This commit is contained in:
41666 2023-10-01 02:00:32 -04:00
parent 53ca7e8ddf
commit 396d750a70
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}
</style>
<link rel="stylesheet" href="index.css" />

View file

@ -7,6 +7,7 @@
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}
</style>
<link rel="stylesheet" href="index.css" />