mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-16 11:36:57 +01:00
🐛 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;
|
||||
|
||||
return (
|
||||
<Indicator size={size} withBorder offset={offset} color={color} position={position}>
|
||||
<Indicator size={size} withBorder offset={offset} color={color} position={position} zIndex={0}>
|
||||
{children}
|
||||
</Indicator>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user