
Hi @Poweruser32490,
Apparently, Power Apps does not have a native hover event for controls, which makes showing a PCF tooltip control on hover tricky. Also, placing the PCF control on top of the gallery link blocks clicks, as you noticed.
I would suggest to follow this thread, based on this I can suggest some tricks to be followed:
We can use a Transparent Button or Rectangle for Hover Detection
Fill property to RGBA(0,0,0,0) which means it is fully transparent.OnSelect or OnHover-like behavior by simulating hover with Timer or MouseEnter/MouseLeave events if available (in some experimental features).Use a Timer to Simulate Hover
Show Tooltip on Gallery Link Select (Click)
Position Tooltip Adjacent to the Link