From f5f96bc4f464a4f1d40fce5b71bab95d35645f86 Mon Sep 17 00:00:00 2001 From: Skwodo Date: Thu, 2 Mar 2023 21:01:38 +0100 Subject: [PATCH] change overflow-x hidden to clip --- src/theme/css/chrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index 56c17b78..29992f7b 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -22,7 +22,7 @@ a > .hljs { the screen on small screens. Without it, dragging on mobile Safari will want to reposition the viewport in a weird way. */ - overflow-x: hidden; + overflow-x: clip; } /* Menu Bar */