fix for css body bg when no scene

This commit is contained in:
Vlyan
2022-01-07 14:10:38 +01:00
parent f3623d3181
commit 09bb92ae61
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/** Global **/
body {
background: url("../assets/imgs/bg-table.webp") no-repeat center;
background: url("../assets/imgs/bg-table.webp") no-repeat;
background-size: cover;
> * {
scrollbar-width: thin;