Fix interactive elements not working in modal header

This commit is contained in:
2024-07-06 20:32:41 +02:00
parent 6f3e42a8be
commit b0fdb816da
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<div class="flex gap-1.5 flex-wrap">
<div class="w-full flex flex-col">
<label class="mb-1.5 font-titles hidden" for="z-index">Z-index</label>
<input class="input-cyan" type="number" name="z-index" placeholder="Z-index" />
<input @mousedown.stop class="input-cyan" type="number" name="z-index" placeholder="Z-index" />
</div>
</div>
</template>