/* buddyboss(?) causes the GF form page to scroll to top when clicking
 * a checkbox or radio button. This fixes the problem.
 */
.gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto !important;
}
