From a89ac8dbd30048b001d05421fa5a0b1c68e3ee71 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 22 Oct 2023 16:23:54 +0000 Subject: [PATCH] Theme Files Update --- assets/scss/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index ca856f7..39d45db 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -51,8 +51,7 @@ pre { white-space: pre; color: #eee; background: $midnightblue; - border-radius: 4px; - // -webkit-overflow-scrolling: touch; + -webkit-overflow-scrolling: touch; code { padding: 0; @@ -165,6 +164,8 @@ table { .highlight div, .highlight pre { overflow-x: auto; + border-radius: 4px; + -webkit-overflow-scrolling: touch; } .highlight-copy-btn {