body {
  margin: 0;
  overflow-x: hidden;
}

#pdf-container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  height: 100vh;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

canvas {
  margin: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
}