fix for css body bg when no scene
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user