Skip to content

Commit

Permalink
Changed card icon z-index to not display on top of modals
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed Sep 5, 2023
1 parent c557e31 commit 685a290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/BasicInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const FacebookLogo = defineAsyncComponent(() => import('@/components/icons/icon-
<div class="relative flex self-start row-span-2 ml-2">
<Button
v-if="location.url && progress < 0.5" bg-color="white" :href="location.url" border-color="grey"
class="absolute z-100 top-0 transition-[top,right] !w-[52px] right-0 lg:opacity-0 lg:group-hover/card:opacity-100" size="sm"
class="absolute z-20 top-0 transition-[top,right] !w-[52px] right-0 lg:opacity-0 lg:group-hover/card:opacity-100" size="sm"
>
<template #icon>
<IconGmapsPin v-if="location.linkTo === LocationLink.GMaps" class="h-4" />
Expand Down

0 comments on commit 685a290

Please sign in to comment.