ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul[selectable] {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}
