/* the code block scroll */
code.codeBlockScroll {
	white-space: nowrap;  /* Prevents the text from wrapping to the next line */
	overflow-x: auto;    /* Enables horizontal scrolling */
}

code.attr {
	overflow-x: auto;  /* Enables horizontal scrolling */
	white-space: pre;
  }