Fix interactive elements not working in modal header
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user