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 d8efc5d commit bb3ec27Copy full SHA for bb3ec27
packages/mgt-components/src/components/mgt-people-picker/mgt-people-picker.ts
@@ -1661,7 +1661,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
1661
const focusedItem = peopleList.children[this._arrowSelectionCount] as HTMLElement;
1662
if (focusedItem) {
1663
focusedItem.classList.add('focused');
1664
- focusedItem.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'start' });
+ focusedItem.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'nearest' });
1665
focusedItem.focus();
1666
}
1667
0 commit comments