Fix ping indicators floating above header in board customization page (#1998)
🐛 fix indicators floating above header
This commit is contained in:
committed by
GitHub
parent
f861eb4bd9
commit
8f78184323
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user