/* Oficina Portátil V75.30 — APK keyboard / SAP search scroll guard */
html.op-apk.op-apk-sap-input-focused,
html.op-apk.op-apk-sap-input-focused body,
html.op-apk.op-apk-sap-input-focused .workspace,
html.op-apk.op-apk-sap-input-focused main{
  scroll-behavior:auto!important;
}

/* A bottom bar pode rolar somente no eixo horizontal. */
html.op-apk #op-apk-bottom-bar-v7527{
  overscroll-behavior-x:contain;
  overscroll-behavior-y:none;
  touch-action:pan-x!important;
}

/* Durante digitação não deixamos a barra disputar gestos com o teclado/conteúdo. */
html.op-apk.op-apk-sap-input-focused #op-apk-bottom-bar-v7527{
  scroll-behavior:auto!important;
}
