Vukadin Nedeljkovic
Vukadin Nedeljkovic
I can lock axis to entire container like this: ``` ``` But I want to lock axis to certain items only, like so: ``` ``` This is not working currently....
You can use custom transition with popmotion: ``` import { tween, styler, easing } from "popmotion"; scrollIntoView(node, { scrollMode: "if-needed", block: "nearest", inline: "nearest", behavior: instructions => { const [{...
Got a similar problem with my configuration: ``` ...requiredConf, response_type: 'code', scope: 'openid profile', loadUserInfo: true ``` `signinSilent` and `getUser` doesn't invoke `userInfo` service.
It may not be what you need, but there is one trade-off to this issue: disable a week scroll `disableWeekScroll={true}`.