Right now we have an open palm to indicate panning, but this makes it difficult to see where the true pointer is for hovering purposes. For cursor: grab, the pointer is in the middle of the palm visually. Fix could be to pad the hit area of all of the paths, swap to cursor: pointer when in this padded area to make it easier to target branch for hover, but only trigger the existing hover functionality when truly on the branch
Right now we have an open palm to indicate panning, but this makes it difficult to see where the true pointer is for hovering purposes. For
cursor: grab, the pointer is in the middle of the palm visually. Fix could be to pad the hit area of all of the paths, swap tocursor: pointerwhen in this padded area to make it easier to target branch for hover, but only trigger the existing hover functionality when truly on the branch