body.create-listing-page .create-listing-field textarea:not(:focus) {
  overflow-y: hidden;
  overscroll-behavior: auto;
  touch-action: pan-y;
}

body.create-listing-page .create-listing-field textarea:focus {
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
