mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
12 lines
90 B
CSS
12 lines
90 B
CSS
/*
|
|
|
|
CODE
|
|
|
|
*/
|
|
|
|
.pre {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
overflow: scroll;
|
|
}
|