Skip to content

Commit

Permalink
fix: z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekMichalSebestyen committed Oct 16, 2024
1 parent d0f28cc commit 7c6b0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/DistrictWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
locationCount > 49 && locationCount < 100,
},
{ 'w-[4.5rem] h-[4.5rem]': locationCount > 99 },
'absolute text-white bg-red-500 left-1/4 top-1/2 rounded-full font-semibold flex justify-center items-center pointer-events-auto',
'absolute text-white bg-red-500 z-10 left-1/4 top-1/2 rounded-full font-semibold flex justify-center items-center pointer-events-auto',
]"
>
<span class="absolute z-10 bg-red-500">{{
Expand Down

0 comments on commit 7c6b0ff

Please sign in to comment.