Move modal so it doesn't shift the DOM

This commit is contained in:
richard-dds 2018-10-21 21:22:55 -04:00
parent 94fe8b8d7f
commit 3ec786b632

View File

@ -62,6 +62,7 @@
<h3 class="block-list__title">{{ project.name }}</h3>
</button>
<span><a v-on:click="openModal('{{ revoke_modal_name }}')" class="icon-link icon-link--danger">revoke all access</a></span>
</header>
{% call Modal(name=revoke_modal_name, dismissable=False) %}
<div>
<h1>Revoke Access</h1>
@ -74,7 +75,6 @@
</div>
</div>
{% endcall %}
</header>
<ul v-show='props.isVisible'>
{% for env in project.environments %}