mirror of https://github.com/fantasticit/think.git
fix: prevent body flashing
This commit is contained in:
parent
758f376a16
commit
4f9a9842cd
|
@ -19,6 +19,7 @@ html:focus-within {
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
|
||||
/* stylelint-disable-next-line selector-id-pattern */
|
||||
> div#__next {
|
||||
|
|
Loading…
Reference in New Issue