fix for css body bg when no scene
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user