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

File diff suppressed because one or more lines are too long

View File

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