ensure overlays show on top of relative+absolute positioning like green pluses

This commit is contained in:
2024-11-30 15:30:17 -07:00
parent 658214abb6
commit 5effb76cf5
13 changed files with 15 additions and 3 deletions

View File

@@ -180,7 +180,7 @@
class="absolute right-6 bottom-0 transform translate-y-1/2 text-center text-4xl leading-none bg-green-600 text-white w-14 py-2.5 rounded-full"
@click="openDialog()"
>
<fa icon="plus" class="fa-fw"></fa>
<fa icon="plus" class="fa-fw" />
</button>
</div>