🐛 Calendar indicator over header bar fix (#1401)
This commit is contained in:
@@ -131,7 +131,7 @@ const DayIndicator = ({ size, offset, color, medias, children, position }: DayIn
|
|||||||
if (medias.length === 0) return children;
|
if (medias.length === 0) return children;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Indicator size={size} withBorder offset={offset} color={color} position={position}>
|
<Indicator size={size} withBorder offset={offset} color={color} position={position} zIndex={0}>
|
||||||
{children}
|
{children}
|
||||||
</Indicator>
|
</Indicator>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user