body.mobile {
  overflow: visible;
  -webkit-text-size-adjust: none;
}

body.mobile.ms-Fabric {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

body.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden !important;
}

.mobile .main-container {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.mobile .main-container .main {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.mobile .main-container .main .content-section {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.mobile .main-container .main .content-section .hub-external {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.mobile .main-container .main .content-section .hub-external .internal-content-host {
  width: auto;
  height: auto;
  overflow: visible;
  position: relative;
}

.mobile .main-container .external-content-host {
  min-width: 100vw;
  min-height: calc(100vh - 50px);
}

.perf-bar-container {
  position: fixed;
  z-index: 5000;
}
