Make bottom_center overlap vertically

This commit is contained in:
Nick Mowen 2023-05-03 15:00:49 -06:00
parent 4d483aa78f
commit e786a89d1c

View File

@ -724,7 +724,7 @@ export default function Events({ path, ...props }) {
}} }}
> >
{eventOverlay.class_type == 'entered_zone' ? ( {eventOverlay.class_type == 'entered_zone' ? (
<div className="absolute w-2 h-2 bg-yellow-500 left-[50%] -translate-x-1/2 bottom-0" /> <div className="absolute w-2 h-2 bg-yellow-500 left-[50%] -translate-x-1/2 translate-y-3/4 bottom-0" />
) : null} ) : null}
</div> </div>
) : null} ) : null}