I just update to 4.2.0 Alpha 20… And there seems to be something new with background color…
Now its shows some brown looking background color when loading the scene… Its even overriding my custom css background color i have for the host page running babylon engine…
it looks like the engine is now setting the html or body css background-color
Anybody know whats that about and how i can set that color to match my html css background color when loading a scene ???
@Evgeni_Popov, could you have a look ? last time the whole html body was applied some css turning the background to 333 it might be the same happening here ?
Yo @Deltakosh … I tried again, a week later but it still seems like that bug is in there that is changing the background color of my page. Can we please remove that css that is changing the body background color ?
There is this in the curveEditor.scss file:
body {
background-color: #333;
}
The team is still working on their final push for this week on the curve editor. I guess it should be in real soon now. If not, please ping us again, and we ll do the change. Thanks a lot @MackeyK24
I do not want to make the change right now as I am afraid it might conflict with the team changes depending how they fixed it.