{% comment %} Fomantic's modal is normally positioned and revealed by `$('.ui.modal').modal('show')`, which also injects the `.ui.dimmer` wrapper. cf-ui loads no Fomantic JS, so the dimmer is part of the markup and both `.ui.dimmer` and `.ui.modal` — each `display:none` until `.active` — get the class from the same Alpine `open`. {% endcomment %}