packages/react-examples/src/react/HoverCard/docs/HoverCardBestPractices.md
directionalHint, the hover card will not automatically adjust position based on screen availability unless directionalHintFixed: false is explicitly set.Hover cards are not accessible to anyone not using a mouse with hover capability. It is strongly suggested that any information or functionality available in the hover card is also easily accessible through another means. An example is using a hover card to preview page content on a link, where the content can also be accessed by following the link.