@media (min-width: 768px) {
  /* Desktop-only: restore the missing height chain for the mobile wrapper. */
  .app-main-inner > .mobile-route.block > .mobile-module-workspace {
    height: 100%;
    min-height: 0;
  }
}
