From abf32b8147046b03270b92b5c9cf9ea69428b863 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 9 Jul 2023 02:01:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20ensure=20codeblock=20head?= =?UTF-8?q?er=20visibility=20on=20iOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scrolling touch, a glitch, Absolute, its position, Solved, in code's rich stitch. --- sass/parts/_code.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index 41da01a..52e568f 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -55,7 +55,6 @@ pre { border: 0rem; overflow-x: auto; border-radius: 5px; - -webkit-overflow-scrolling: touch; // Hide horizontal scrollbar scrollbar-width: none;