scottcl88 / MMM-DynamicWeather

A heavily configurable MagicMirror Module to display different animations based on current weather and show customized event effects.
MIT License
30 stars 7 forks source link

Z-Index Issues #36

Open scottcl88 opened 3 years ago

scottcl88 commented 3 years ago

Report from MagicMirror forum where the module seems to be "blocking" other modules. I am wondering if the zIndex option isn't working as expected. Need to investigate.

Not sure if possible, but wonder if there is a way to change the zIndex of other modules as well?

https://forum.magicmirror.builders/topic/14679/mmm-dynamicweather

scottcl88 commented 3 years ago

zIndex does not work because the position needs to be absolute for the module, which breaks how the effects are shown. I had trouble fixing it so I ended up adding opacity as a substitute. If anyone knows how to fix it properly, please contribute.