mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use a number for z-index
This commit is contained in:
parent
7df606b15a
commit
99695c461f
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ const SourceInfo = (props: HomeItemViewProps & SourceInfoProps) => (
|
|||
</HStack>
|
||||
</HoverCard.Trigger>
|
||||
<HoverCard.Portal>
|
||||
<HoverCard.Content sideOffset={5} style={{ zIndex: '5' }}>
|
||||
<HoverCard.Content sideOffset={5} style={{ zIndex: 5 }}>
|
||||
<SubscriptionSourceHoverContent source={props.homeItem.source} />
|
||||
<HoverCard.Arrow fill={theme.colors.thBackground2.toString()} />
|
||||
</HoverCard.Content>
|
||||
|
|
|
|||
Loading…
Reference in a new issue