/* Freeze the Ionic app behind the overlay */
html.quidly-open ion-app,
html.quidly-open .ion-page,
html.quidly-open [ion-content],
html.quidly-open ion-content {
  pointer-events: none !important;
}

/* Allow events inside the widget root */
#quidly-overlay-root,
#quidly-overlay-root * {
  pointer-events: auto !important;
}

/* Help mobile focus/gestures */
#quidly-overlay-root,
#quidly-overlay-root input,
#quidly-overlay-root textarea {
  touch-action: manipulation;
  -webkit-user-select: text;
  user-select: text;
}
