Closed fjenett closed 10 years ago
Transparency is covered by the new system of being able to extend the core. You can add your own style / CSS that way and that allows for transparent cells / sets / ...
Depth sorting can be done with a "css-z-index" field on cells:
Cell-1 [css-z-index=100] Cell-2 [css-z-index=99]
Cell-2 will be behind Cell-1 ...
... overlapping is supported by the new backend.
OSU request to allow for cells to overlap (would mean sorting by "depth" too) and making them transparent (possibly more).