fix fouc if viewport changes
This commit is contained in:
parent
53ca7e8ddf
commit
396d750a70
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: black;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: black;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
|
|
Loading…
Add table
Reference in a new issue