sortable-list {
  display: block;
  width: 100%;
  height: 100%;

  ul {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
    @include overflow-scroll(scroll, touch);

    li {
      cursor: pointer;
      list-style-type: none;
      width: 100%;

      .switch {
        margin-right:0.5rem;
      }
    }
  }
}

