.dragscroll {
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100%;
  cursor: move;
}