Hello,
There's something I didn't quite understand about the positioning of the layers.
Basically, I'd like to have a container layer that takes up 100% of the safezone (or at least the viewport), minus a margin (say 30px top, right, left, and for the bottom, the size of the controlbar + 30px).
I've tried a width="calc:100%-60px", but the 100% isn't taken into account.
Are there any variables that could help me?