Fix ping indicators floating above header in board customization page (#1998)

🐛 fix indicators floating above header
This commit is contained in:
Krishna Muppaneni
2024-04-05 07:57:33 -05:00
committed by GitHub
parent f861eb4bd9
commit 8f78184323
3 changed files with 5 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ const PlaceholderElement = ({ height, width, showPing, index }: PlaceholderEleme
size={5}
offset={10}
color={index % 4 === 0 ? 'red' : 'green'}
zIndex={0}
>
<BaseElement width={width} height={height} />
</Indicator>