
/* 1.0.0-beta.5.7.2 — physical-touch recovery for the fixed mobile section dock. */
body.mobile-layout .tabs{
  z-index:15000!important;
  pointer-events:auto!important;
  visibility:visible!important;
}
body.mobile-layout .tabs .tab{
  position:relative!important;
  z-index:1!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
}
body.mobile-layout .tabs .tab::before,
body.mobile-layout .tabs .tab::after{pointer-events:none!important}
body.mobile-layout.mobile-tools-open .tabs{z-index:15000!important}
body.mobile-layout .modal-backdrop.open{z-index:16000!important}
body.mobile-layout .modal-backdrop.open>.modal{z-index:1!important}
body.mobile-layout .modal-backdrop.open~.tabs{pointer-events:none!important}
