/* Baskibu Designer 0.23.15 — Composition integrity + unlocked option freeze */

/* Option freeze is purely visual. Never let it participate in scrolling or hit testing. */
.bbd-app.bbd-release-02313 .bbd-v2313-option-freeze{
  pointer-events:none!important;
  touch-action:auto!important;
  overscroll-behavior:auto!important;
}

/* The real option body remains the scroll owner while the short visual freeze exists. */
.bbd-app.bbd-release-02313.bbd-v2313-option-hold [data-bbd-v53-options-body],
.bbd-app.bbd-release-02313.bbd-v2313-option-hold .bbd-v81-options-scroll{
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  touch-action:pan-y!important;
  -webkit-overflow-scrolling:touch!important;
}

/* Do not globally turn the stage shell into a touch trap. Fabric owns only its canvas. */
.bbd-app.bbd-release-02314 .bbd-canvas-shell{
  touch-action:auto!important;
}
