.Pagination {
position: sticky;
}

@media screen and (max-width: 768px) {
  .Paperform__Container {
    padding-top: 10px !important;
  }
}

/* Keep submit button visible on screen */
.pf-actions, .pf-button-bar {
  position: sticky;
  bottom: 12px;
  z-index: 50;
  background: #fff; /* prevents overlap on white background */
  padding-top: 6px;
}
