I have a html element with lots of sub containers and classes. When I run it in C3 everything works fine apart from the bottom most (parent) container does not display. In my case this should display just a bright green background with a 20 pixel border.
All of the child classes display perfectly (buttons, text etc) but for for some reason the background container is nowhere to be seen.
When I run it as a html preview in the browser the background is visible but when I run via construct 3 it is not visible.
I tried using a wrapper class around everything as described in the docs but this had no effect. Does anyone know what could be going on?
Thanks