html {
  overflow: hidden;
}
body.infoscreen {
  overflow-y: auto;
}
body.infoscreen .dashboard-inner {
  overflow: visible;
}

