From a7888d199b66649f07174ac4dfafe01361f65087 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 25 Jun 2019 14:46:01 +0800 Subject: [PATCH] Fix overflow scroll to auto Only show scrollbar when necessary --- _sass/_highlights.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; }