/* custom.css */
.highlight.scrollable pre {
  overflow-x: auto;
  white-space: nowrap;
}
