html, body {
  overflow-x: hidden;  /* avoid unwanted horizontal scroll or hidden vertical */
  overflow-y: auto !important;
  height: auto !important;
}