We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bc192 commit d7ffc3bCopy full SHA for d7ffc3b
examples/link.js
@@ -43,12 +43,12 @@ class Demo extends React.Component {
43
<p>Ant Motion</p>
44
</div>
45
<div className="nav-wap">
46
- <Link className="nav-list" location="page0" offset={-58}
+ <Link className="nav-list" location="page0" offsetTop={-58}
47
onFocus={this.onFocus.bind(this)}
48
>
49
Example
50
</Link>
51
- <Link className="nav-list" location="page1" offset={-58}
+ <Link className="nav-list" location="page1" offsetTop={-58}
52
53
54
Example2
0 commit comments