sortable-list {
  display: block;
  width: 100%;
  height: 100%;
}
sortable-list ul {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}
sortable-list ul li {
  cursor: pointer;
  list-style-type: none;
  width: 100%;
}
sortable-list ul li .switch {
  margin-right: 0.5rem;
}
