1
0
forked from noxious/client

Z-index fix for selectedPlacedMapObject

This commit is contained in:
Dennis Postma 2025-02-07 00:26:47 +01:00
parent 7542fd70ed
commit e720a1098e

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="flex flex-col items-center py-5 px-3 fixed bottom-14 right-0"> <div class="flex flex-col items-center py-5 px-3 fixed bottom-14 right-0 z-20">
<div class="self-end mt-2 flex gap-2"> <div class="self-end mt-2 flex gap-2">
<button @mousedown.stop @click="handleDelete" class="btn-red py-1.5 px-4"> <button @mousedown.stop @click="handleDelete" class="btn-red py-1.5 px-4">
<img src="/assets/icons/trashcan.svg" class="w-4 h-4" alt="Delete" /> <img src="/assets/icons/trashcan.svg" class="w-4 h-4" alt="Delete" />