chromium/ui/webui/resources/cr_elements/cr_tree/cr_tree.html

<style>
  :host {
    display: block;
    outline: none;
    overflow: auto;
  }
</style>