mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-23 16:28:48 +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';
|
||||
|
||||
const scrollIntoViewOptions = {
|
||||
block: 'nearest',
|
||||
block: 'start',
|
||||
inline: 'center',
|
||||
behavior: 'smooth',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue