Я не могу на всю жизнь понять, как закрыть модал. Ручка здесь: https://codepen.io/stdusan/pen/jOPepGg
<button data-modaal-content-source="#inline" data-modaal-type="inline" data-modaal-animation="fade" class="modaal">Show</button>
<div id="inline" style="display:none;">
<p>Inline content goes here...</p>
<button type="button" class="close">close the damn thing</button>
</div>