Hi!

I've asked about this on Stack Overflow, but the answers I was given were 
inapplicable. Here's the post 
<https://stackoverflow.com/questions/41309311/css-transparency-issue-with-background-text>
 
describing my problem, along with example code.

The solution suggested was to reorder a DOM element or put it at a 
different depth. The thing is, I cannot just move tags around at will, 
because this is Elm, not a static HTML document. The div having 
transparency issues is part of the view of a deeply nested component. In 
order to have it drawn higher up, that component would have to pass 
messages a few levels up the component tree, increasing the boilerplate 
amount substantially. It doesn't make much conceptual sense either, since 
each component should care about it's own view.

Is there a workaround of some sort?

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to