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 bd0942f commit 6d886e1Copy full SHA for 6d886e1
1 file changed
doc/api_assets/api.js
@@ -197,7 +197,7 @@
197
198
if (!link) return;
199
200
- link.scrollIntoView({ block: 'center' });
+ link.scrollIntoView({ behavior: 'smooth', block: 'center' });
201
}
202
203
0 commit comments