diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index 8ed7169..98945f3 100644 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -2,7 +2,7 @@ .highlight { background-color: #1e1c3f; padding: 7px 7px 7px 10px; - overflow: scroll; + overflow: auto; font-size: 90%; }