From ce7ac7cf2c540d61a683c78c12427bc32fc10402 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 26 Aug 2023 00:05:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84style(codeblocks):=20unhide=20scrol?= =?UTF-8?q?lbars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not enough people know about Shift+Scroll :( Plus, if someone doesn't like scrollbars, they can hide them globally. See #114 --- sass/parts/_code.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index 859dab7..491dc8a 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -60,13 +60,6 @@ pre { border: 0rem; border-radius: 5px; - // Hide horizontal scrollbar - scrollbar-width: none; - -ms-overflow-style: none; - &::-webkit-scrollbar { - display: none; - } - &::before { content: attr(data-lang); display: block;