diff --git a/_app/assets/themes/curtana/_less/app.less b/_app/assets/themes/curtana/_less/app.less index 42553aee8..58ce919f7 100644 --- a/_app/assets/themes/curtana/_less/app.less +++ b/_app/assets/themes/curtana/_less/app.less @@ -484,7 +484,7 @@ body:hover .latest { pre { padding: 1em; margin: 0 0 1.8rem; - overflow-x: scroll; + overflow-x: auto; font-size: 80%; line-height: (@line-height * 1.2); background: fade(#08f, 4%);