Code sample
<div
    id="qyr-mount-primary" 
    v-scope="Results(
      {
        layout: 'grid-3',
        limitToContext: 'PEDS',
        filters: ['searchString','searchByLastName'],
        categoriesFullWidth: ['costCenterHR'],
        categoriesInline: ['appointmentType'],
        itemsPerPage: 12,
        supressExtLinkIcon: true,
      })"
></div>

<script
  type="module" 
  src="https://wups.wustl.edu/qyr/js/qyr-ppi.js"
  id="qyr-ppi-js" 
  data-orgID="AU100058"
  data-inDevelopment="false"
></script>
<script>
  function scrollToStart() {
    let e = document.getElementById('washu-ppi-results');
    e.scrollIntoView({
      block: 'start',
      behavior: 'smooth',
      inline: 'start'
    });
  }
</script>