:global {
  .app-scroll-list {
    h3 {
      margin-top: 0;
      margin-bottom: 6px;
    }

    .app-scroll-list-extra {
      margin-top: 12px;
      overflow: hidden;
    }

    .app-list-item-content {
      padding-right: 12px;
    }
  }

  .app-scroll-list-content {
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    bottom: 0;

    .app-list {
      width: 100%;
    }
  }
}