mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Let's make it start
This commit is contained in:
parent
7064579dbd
commit
59d4e8a8e2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import NavMenu from './nav-menu';
|
||||||
import Status from './status';
|
import Status from './status';
|
||||||
|
|
||||||
const scrollIntoViewOptions = {
|
const scrollIntoViewOptions = {
|
||||||
block: 'nearest',
|
block: 'start',
|
||||||
inline: 'center',
|
inline: 'center',
|
||||||
behavior: 'smooth',
|
behavior: 'smooth',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue