Skip to content

Commit fa8c2cf

Browse files
committed
apply new z index level to stake pool delegation popovers
1 parent 145c19e commit fa8c2cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/renderer/app/components/staking/widgets/PoolPopOver.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export function PoolPopOver(props: {
5454
{isHovered ? ( // Init the pop over only when the target is hovered
5555
<PopOver
5656
interactive
57+
zIndex={10000}
5758
className="PoolPopOver"
5859
delay={props.openWithDelay ? STAKE_POOL_TOOLTIP_HOVER_WAIT : 0}
5960
duration={0}

0 commit comments

Comments
 (0)