fix: prevent body flashing

This commit is contained in:
fantasticit 2022-04-26 08:57:34 +08:00
parent 758f376a16
commit 4f9a9842cd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ html:focus-within {
body { body {
margin: 0; margin: 0;
overflow: hidden;
/* stylelint-disable-next-line selector-id-pattern */ /* stylelint-disable-next-line selector-id-pattern */
> div#__next { > div#__next {