/* Round 20: custom follow-up template modal scroll stability */
#customTemplateModal.show {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto !important;
  -webkit-overflow-scrolling: touch;
  padding-block: 20px;
}
#customTemplateModal .custom-template-modal-card {
  max-height: none !important;
  overflow: visible !important;
  margin-block: auto;
  overscroll-behavior: auto !important;
}
#customTemplateModal .custom-template-variable-tree,
#customTemplateModal .custom-template-preview,
#customTemplateModal textarea {
  overscroll-behavior: auto !important;
}
#customTemplateModal .custom-template-preview-pane {
  position: static !important;
}
@media (max-width: 760px) {
  #customTemplateModal.show { padding-block: 8px; }
}
