chromium/chrome/browser/resources/chromeos/parent_access/flows/extension_approvals_after.html

<style>
  /* Set max height so scrolling container renders properly. */
  extension-approvals-template::part(content) {
    max-height: 375px;
  }
</style>

<extension-approvals-template
  screen-title="[[i18n('extensionApprovalsAfterTitle', childDisplayName)]]">
</extension-approvals-template>