Skip to content

Commit fa51389

Browse files
committed
docs: fix anchor link for Align Overflow section
Change header from '### align.overflow' to '### Align Overflow' so the generated anchor #align-overflow matches the link in the props table.
1 parent b92a799 commit fa51389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Online demo: https://tooltip-react-component.vercel.app/
8989
| classNames | classNames?: { root?: string; container?: string;}; | | Semantic DOM class |
9090
| styles | styles?: {root?: React.CSSProperties;container?: React.CSSProperties;}; | | Semantic DOM styles |
9191

92-
### align.overflow
92+
### Align Overflow
9393

9494
The `align` prop accepts an object that may include an `overflow` field to control how the tooltip adjusts when it overflows the visible area. This is powered by [dom-align](https://github.com/yiminghe/dom-align).
9595

0 commit comments

Comments
 (0)