Olein-jp
1/30/2020 - 5:35 AM

表組みの横スクロール

.table-wrap {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  overflow-scrolling: touch;
}