.math.display {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
