pre.prettyprint {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

code {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  /* More properties for a fixed height ... */
}

pre.prettyprint {
  height: calc(100% + 1px);
}