gohugo-theme-ananke/src/css/tachyons/_code.css

12 lines
90 B
CSS

/*
CODE
*/
.pre {
overflow-x: auto;
overflow-y: hidden;
overflow: scroll;
}