In Scene.svelte, the parent div for the canvas is given the container class. I get that this is fine with Svelte as intended, but when using a css framework like Tailwind, this can be problematic.
Can we change this to something like .sceneContainer instead? Maybe someone else can come up with a better name.
I'm not sure if there are any other similar conflicts with other classes, this is the only one I've seen so far.
In Scene.svelte, the parent div for the canvas is given the
container
class. I get that this is fine with Svelte as intended, but when using a css framework like Tailwind, this can be problematic.Can we change this to something like
.sceneContainer
instead? Maybe someone else can come up with a better name.I'm not sure if there are any other similar conflicts with other classes, this is the only one I've seen so far.