mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
12 lines
90 B
CSS
12 lines
90 B
CSS
/*
|
|
|
|
CODE
|
|
|
|
*/
|
|
|
|
.pre {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
overflow: scroll;
|
|
}
|